Url Regex Safe Versions Save

Regular expression matching for URL's. Maintained, safe, and browser-friendly version of url-regex. Resolves CVE-2020-7661 for Node.js servers.

v4.0.0

9 months ago
  • docs: fixed typos 7ea61a9
  • fix: drop < node v14 support c8940cf
  • feat: add option to not use re2 (closes #28), added github ci workflow f8abf52
  • feat: modernize configs, bump deps 283c502
  • Merge pull request #29 from birtles/trailing-periods ad2a39b
  • fix: don't match a trailing period after the path f745e26

https://github.com/spamscanner/url-regex-safe/compare/v3.0.0...v4.0.0

v3.0.0

2 years ago
  • fix: re2 must be installed as a peerDependency to alleviate build issues 8414fdb
  • Merge pull request #24 from KevinNovak/master a050a90
  • Make re2 an optional peer dependency 58b9a1a
  • Merge pull request #15 from pjotrsavitski/master 96484cf
  • Merge pull request #22 from pjotrsavitski/typescript-docs bd510fc
  • Update README.md 54425e2
  • Merge branch 'niftylettuce:master' into master 7aa0ed1
  • Merge pull request #16 from pjotrsavitski/typescript-docs ba20ed2
  • Update README.md 7f26e65
  • Added TypeScript instructions 4f540e8
  • Update README.md 8ce5b6c

https://github.com/niftylettuce/url-regex-safe/compare/v2.1.0...v3.0.0

v2.1.0

2 years ago
  • Merge pull request #19 from vicary/optional-re2 da47839
  • fix tests 2e1194b
  • yarn install 667028d
  • make re2 secretly optional a418940

https://github.com/niftylettuce/url-regex-safe/compare/v2.0.2...v2.1.0

v1.0.1

3 years ago

v1.0.0

3 years ago
  • feat: added trailingPeriod option (so "example.com." only matches "example.com" and not "example.com.") 58ca30e

https://github.com/niftylettuce/url-regex-safe/compare/v0.0.9...v1.0.0

v0.0.9

3 years ago
  • docs: updated notes regarding strict option 1243e9d

https://github.com/niftylettuce/url-regex-safe/compare/v0.0.8...v0.0.9