find-my-way
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -17,3 +17,3 @@ 'use strict' | ||
const fastDecode = require('fast-decode-uri-component') | ||
const isRegexSafe = require('safe-regex') | ||
const isRegexSafe = require('safe-regex2') | ||
const Node = require('./node') | ||
@@ -20,0 +20,0 @@ const NODE_TYPES = Node.prototype.types |
{ | ||
"name": "find-my-way", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Crazy fast http radix based router", | ||
@@ -45,5 +45,5 @@ "main": "index.js", | ||
"fast-decode-uri-component": "^1.0.0", | ||
"safe-regex": "^2.0.1", | ||
"safe-regex2": "^2.0.0", | ||
"semver-store": "^0.3.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
156290
0
+ Addedsafe-regex2@^2.0.0
+ Addedret@0.2.2(transitive)
+ Addedsafe-regex2@2.0.0(transitive)
- Removedsafe-regex@^2.0.1
- Removedregexp-tree@0.1.27(transitive)
- Removedsafe-regex@2.1.1(transitive)