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

route-node

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

route-node - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

5

CHANGELOG.md

@@ -0,1 +1,6 @@

<a name="3.1.2"></a>
## [3.1.2](https://github.com/troch/route-node/compare/v3.1.1...v3.1.2) (2018-05-14)
<a name="3.1.1"></a>

@@ -2,0 +7,0 @@ ## [3.1.1](https://github.com/troch/route-node/compare/v3.1.0...v3.1.1) (2018-05-01)

4

dist/umd/route-node.js

@@ -216,3 +216,5 @@ (function (global, factory) {

var defaultOrConstrained = function (match) {
return '(' + (match ? match.replace(/(^<|>$)/g, '') : "[a-zA-Z0-9-_.~%':|]+") + ')';
return '(' +
(match ? match.replace(/(^<|>$)/g, '') : "[a-zA-Z0-9-_.~%':|=]+") +
')';
};

@@ -219,0 +221,0 @@ var rules = [

{
"name": "route-node",
"version": "3.1.1",
"version": "3.1.2",
"description": "A package to create a tree of named routes",

@@ -62,5 +62,5 @@ "main": "dist/cjs/route-node.js",

"dependencies": {
"path-parser": "4.0.4",
"path-parser": "4.0.5",
"search-params": "2.1.2"
}
}

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