Socket
Socket
Sign inDemoInstall

route-trie

Package Overview
Dependencies
0
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

4

index.js

@@ -17,3 +17,3 @@ // **Github:** https://github.com/zensh/route-trie

var parameterReg = /^(.*)(\:\w+\b)(.*)$/
var multiSlashReg = /(\/){2,}/g
var multiSlashReg = /(\/){2,}/
var trimSlashReg = /(^\/)|(\/$)/g

@@ -204,4 +204,4 @@ var EmptyBracketReg = /\(\)/g

Trie.NAME = 'Trie'
Trie.VERSION = 'v1.0.1'
Trie.VERSION = 'v1.1.1'
return Trie
}))

@@ -7,3 +7,3 @@ {

],
"version": "1.1.0",
"version": "1.1.1",
"main": "index.js",

@@ -10,0 +10,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc