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

10 Commits

Author SHA1 Message Date
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
51e8e0161f
bump all deps (and fix security warning from devDependencies) 2022-02-12 09:41:32 -05:00
a5fade6ddc
remove @types/url-parse 2021-10-16 06:24:14 -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
2e06647726
sprinkled in some debug logging 2021-10-09 17:43:26 -04:00
349258df92
add test for zero options passed in 2021-10-09 09:22:39 -04:00
a652d3b660
use more reliable is-path-in-cwd to prevent directory traversal 2021-10-07 19:05:42 -04:00
bd8b8047d7
initial commit 🎉 2021-10-05 10:42:41 -04:00