npm-registry-firewall

npm registry proxy with on-the-fly filtering

MIT License

Downloads
263
Stars
54
Committers
3

Bot releases are hidden (Show)

npm-registry-firewall - v1.30.4

Published by antongolub about 2 years ago

1.30.4 (2022-10-07)

Performance Improvements

  • performance improvements (0e48a13)
npm-registry-firewall - v1.30.3

Published by antongolub about 2 years ago

1.30.3 (2022-10-06)

Bug Fixes

npm-registry-firewall - v1.30.2

Published by antongolub about 2 years ago

1.30.2 (2022-10-05)

Bug Fixes

  • log only stacktraces of 5xx errors (43412ce)
  • use constant instead of 500 (3a473a8)
npm-registry-firewall - v1.30.1

Published by antongolub about 2 years ago

1.30.1 (2022-10-04)

Bug Fixes

  • do not log stacktrace on 404 (70af1c0)
npm-registry-firewall - v1.30.0

Published by antongolub about 2 years ago

1.30.0 (2022-10-04)

Features

  • support several target registries (aa06883), closes #62
npm-registry-firewall - v1.29.1

Published by antongolub about 2 years ago

1.29.1 (2022-10-04)

Bug Fixes

  • set 3xx, 404 log level to info (5028c87)
npm-registry-firewall - v1.29.0

Published by antongolub about 2 years ago

1.29.0 (2022-10-02)

Features

  • export getCtx as a part of plugin api (bde1fec)
npm-registry-firewall - v1.28.0

Published by antongolub about 2 years ago

1.28.0 (2022-10-02)

Features

  • support custom http agent (da9c8c7)
npm-registry-firewall - v1.27.0

Published by antongolub about 2 years ago

1.27.0 (2022-10-01)

Features

  • assert http method in firewall mware (5fb8c10)
  • return 304 if etag matches if-none-match header (ba8ea16)
npm-registry-firewall - v1.26.1

Published by antongolub about 2 years ago

1.26.1 (2022-09-30)

Bug Fixes

  • add dot to tarball/packument regexps (6ccddc1)
npm-registry-firewall - v1.26.0

Published by antongolub about 2 years ago

1.26.0 (2022-09-28)

Features

  • log req.method and req.url on end event. (c9f7a70)
  • make log level configurable, add debug logs for http layer (9231fb7)
  • provide custom http(s) agent cfg (df46e2f), closes #59
npm-registry-firewall - v1.25.4

Published by antongolub about 2 years ago

1.25.4 (2022-08-04)

Performance Improvements

  • rm redundant regex chunks memo (75aebc8)
npm-registry-firewall - v1.25.3

Published by antongolub about 2 years ago

1.25.3 (2022-08-04)

Bug Fixes

  • handle url-encoded slashes case-insensitively (ef9a937)
npm-registry-firewall - v1.25.2

Published by antongolub over 2 years ago

1.25.2 (2022-07-11)

npm-registry-firewall - v1.25.1

Published by antongolub over 2 years ago

1.25.1 (2022-07-09)

npm-registry-firewall - v1.25.0

Published by antongolub over 2 years ago

1.25.0 (2022-06-02)

Features

  • add registry option for audit plugin (32266b5)
npm-registry-firewall - v1.24.0

Published by antongolub over 2 years ago

1.24.0 (2022-06-02)

Features

  • pass req auth header as config token fallback (3f8d053)
npm-registry-firewall - v1.23.2

Published by antongolub over 2 years ago

1.23.2 (2022-05-28)

npm-registry-firewall - v1.23.1

Published by antongolub over 2 years ago

1.23.1 (2022-05-14)

Bug Fixes

  • types: fix createLogger iface (9129f76)
npm-registry-firewall - v1.23.0

Published by antongolub over 2 years ago

1.23.0 (2022-04-30)

Features

  • provide cond option for std plugin (d2e8e8b), closes #41