New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

url-router

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

url-router - npm Package Compare versions

Comparing version 11.0.1 to 11.0.2

8

dist/URLRouter.js

@@ -68,3 +68,9 @@ 'use strict';

} else {
node.children.string[remain] = this._createNode({ handler });
const child = node.children.string[remain];
if (child) {
child.handler = handler;
} else {
node.children.string[remain] = this._createNode({ handler });
}
}

@@ -71,0 +77,0 @@ }

10

package.json
{
"name": "url-router",
"version": "11.0.1",
"version": "11.0.2",
"description": "A Trie-based router",

@@ -26,7 +26,7 @@ "main": "dist/URLRouter",

"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"eslint": "^6.7.2",
"@babel/core": "^7.8.0",
"@babel/preset-env": "^7.8.2",
"eslint": "^6.8.0",
"eslint-config-enough": "^0.3.8",
"rollup": "^1.27.11",
"rollup": "^1.29.0",
"rollup-plugin-babel": "^4.3.3"

@@ -33,0 +33,0 @@ },

Sorry, the diff of this file is not supported yet

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