route-trie
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -315,5 +315,5 @@ // **Github:** https://github.com/zensh/route-trie | ||
Trie.NAME = 'Trie' | ||
Trie.VERSION = 'v2.2.1' | ||
Trie.VERSION = 'v2.2.2' | ||
Trie.Node = Node | ||
Trie.Matched = Matched | ||
module.exports = Trie.Trie = Trie |
@@ -7,6 +7,6 @@ { | ||
], | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"jsnext:main": "index.es6.js", | ||
"main": "./index", | ||
"jsnext:main": "index.mjs", | ||
"repository": { | ||
@@ -31,5 +31,6 @@ "type": "git", | ||
"devDependencies": { | ||
"standard": "^10.0.2", | ||
"tman": "^1.6.7", | ||
"istanbul": "^0.4.5" | ||
"@std/esm": "^0.7.1", | ||
"istanbul": "^0.4.5", | ||
"standard": "^10.0.3", | ||
"tman": "^1.7.2" | ||
}, | ||
@@ -42,5 +43,5 @@ "scripts": { | ||
"index.js", | ||
"index.es6.js", | ||
"index.mjs", | ||
"README.md" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
28936
4
1