Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

route-trie

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

route-trie - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

index.mjs

2

index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc