1
mirror of https://github.com/jakejarvis/careful-downloader.git synced 2025-04-26 04:15:25 -04:00

45 Commits

Author SHA1 Message Date
4e59dcbc0a
v3.0.0 v3.0.0 2023-05-25 09:39:00 -04:00
0b51c8bbcb
bump deps and require node 14 2023-05-25 09:38:30 -04:00
dependabot[bot]
caf7571aa4 📦 npm: Bump http-cache-semantics from 4.1.0 to 4.1.1
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-02 10:41:13 -05:00
f92b50e9ee
v2.0.2 v2.0.2 2022-02-12 09:43:16 -05:00
51e8e0161f
bump all deps (and fix security warning from devDependencies) 2022-02-12 09:41:32 -05:00
b181818b02
run tests on node 17.x 2021-10-20 10:29:03 -04:00
ae885be192
v2.0.1 v2.0.1 2021-10-16 09:55:44 -04:00
9454810eab
fs.exists() (deprecated) -> fs.access() 2021-10-16 09:53:32 -04:00
efbca27fd0
correct an irrelevant detail in mocha tests 2021-10-16 07:17:19 -04:00
2d22f4f1c0
v2.0.0 v2.0.0 2021-10-16 06:58:02 -04:00
1f7f290c90
"simplify" the checksum file regex pattern 2021-10-16 06:53:45 -04:00
5d3410f47f
update the types file with new options 2021-10-16 06:32:41 -04:00
a5fade6ddc
remove @types/url-parse 2021-10-16 06:24:14 -04:00
97315225c1
go back to simultaneously downloading the desired file and its checksums 2021-10-16 06:19:20 -04:00
249b0605f0
Update README 2021-10-16 06:15:30 -04:00
4d3134afb8
BREAKING: allow hashes provided as a URL to a text file or a string
(closes #1)
2021-10-16 06:10:36 -04:00
bcd2e89f7d
fixes for eslint 8.0.0 2021-10-12 20:20:21 -04:00
4b24c29b89
v1.4.0 v1.4.0 2021-10-09 17:49:01 -04:00
2e06647726
sprinkled in some debug logging 2021-10-09 17:43:26 -04:00
2f0499cd32
v1.3.2 v1.3.2 2021-10-09 09:27:50 -04:00
e45a2531b8
test/index.js -> test/index.spec.js 2021-10-09 09:23:43 -04:00
349258df92
add test for zero options passed in 2021-10-09 09:22:39 -04:00
1ac5a48727
v1.3.1 v1.3.1 2021-10-07 19:25:21 -04:00
a652d3b660
use more reliable is-path-in-cwd to prevent directory traversal 2021-10-07 19:05:42 -04:00
8f660a5b6f
v1.3.0 v1.3.0 2021-10-07 11:12:27 -04:00
8e89d84eda Stricter paths to prevent traversal & remove custom tempDir option 2021-10-07 11:10:29 -04:00
211ccd401d
v1.2.0 v1.2.0 2021-10-06 12:17:26 -04:00
609d4ed5ea
fix incorrect checksum test 2021-10-06 12:16:01 -04:00
f2a6a429e0
v1.1.0 v1.1.0 2021-10-06 11:33:15 -04:00
a0b10f0f11
update tempDir in readme 2021-10-06 11:31:40 -04:00
8567cfc76a
don't delete the temp dir if set manually and dir exists (fixes #3) 2021-10-06 11:30:01 -04:00
933899d6de
v1.0.1 v1.0.1 2021-10-06 10:33:08 -04:00
c2bc25f5ca
increase timeout to an excessive 30 seconds for CI 2021-10-06 10:30:03 -04:00
8997d4f3a4
v1.0.0 v1.0.0 2021-10-06 10:09:15 -04:00
df200ecf2e
rename package to careful-downloader 2021-10-06 10:09:00 -04:00
c5c83fe38c
add node engines field to package.json 2021-10-06 09:58:56 -04:00
3325d61b62
fix node 12.x 2021-10-06 09:57:34 -04:00
b75aef6e80
run tests on Windows and macOS 2021-10-06 09:55:00 -04:00
8addfddb88
fix CI 2021-10-06 09:53:25 -04:00
a515728400
Update README 2021-10-06 09:52:31 -04:00
2a682c76be
refactor checkChecksum() 2021-10-06 09:49:06 -04:00
aa68c18246
use process.cwd() instead of __dirname for expected relative paths 2021-10-05 11:27:43 -04:00
5d87ac13d9
documentation! 2021-10-05 11:26:23 -04:00
5008874502
add cleanDestDir option 2021-10-05 11:07:02 -04:00
bd8b8047d7
initial commit 🎉 2021-10-05 10:42:41 -04:00