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.2.1 to 3.3.0

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="3.3.0"></a>
# [3.3.0](https://github.com/troch/route-node/compare/v3.2.1...v3.3.0) (2018-07-11)
### Features
* update path-parser to v4.2.0 ([6044593](https://github.com/troch/route-node/commit/6044593))
<a name="3.2.1"></a>

@@ -2,0 +12,0 @@ ## [3.2.1](https://github.com/troch/route-node/compare/v3.2.0...v3.2.1) (2018-06-05)

2

dist/umd/route-node.js

@@ -217,3 +217,3 @@ (function (global, factory) {

return '(' +
(match ? match.replace(/(^<|>$)/g, '') : "[a-zA-Z0-9-_.~%':|=+]+") +
(match ? match.replace(/(^<|>$)/g, '') : "[a-zA-Z0-9-_.~%':|=+\\*@]+") +
')';

@@ -220,0 +220,0 @@ };

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

@@ -45,3 +45,3 @@ "main": "dist/cjs/route-node.js",

"devDependencies": {
"conventional-changelog": "~1.1.19",
"conventional-changelog-cli": "~2.0.1",
"husky": "~0.14.3",

@@ -63,5 +63,5 @@ "lint-staged": "~7.0.0",

"dependencies": {
"path-parser": "4.1.1",
"path-parser": "4.2.0",
"search-params": "2.1.3"
}
}

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