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 1.4.0 to 1.4.1

10

CHANGELOG.md

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

<a name="1.4.1"></a>
## [1.4.1](https://github.com/troch/route-node/compare/v1.4.0...v1.4.1) (2016-03-29)
### Bug Fixes
* remove console.log ([7e2a664](https://github.com/troch/route-node/commit/7e2a664))
<a name="1.4.0"></a>

@@ -2,0 +12,0 @@ # [1.4.0](https://github.com/troch/route-node/compare/v1.3.4...v1.4.0) (2016-03-29)

3

dist/amd/route-node.js

@@ -539,5 +539,2 @@ define('RouteNode', function () { 'use strict';

});
console.log(this.children.map(function (c) {
return c.path;
}));
} else {

@@ -544,0 +541,0 @@ // Locate parent node

@@ -126,5 +126,2 @@ 'use strict';

});
console.log(this.children.map(function (c) {
return c.path;
}));
} else {

@@ -131,0 +128,0 @@ // Locate parent node

@@ -543,5 +543,2 @@ (function (global, factory) {

});
console.log(this.children.map(function (c) {
return c.path;
}));
} else {

@@ -548,0 +545,0 @@ // Locate parent node

import Path from 'path-parser';
import { getSearch, getPath, omit, withoutBrackets, parse, toObject } from 'search-params';
import { getSearch, getPath, omit, withoutBrackets } from 'search-params';

@@ -85,3 +85,2 @@ const noop = () => {};

});
console.log(this.children.map(c => c.path));
} else {

@@ -88,0 +87,0 @@ // Locate parent node

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

@@ -5,0 +5,0 @@ "main": "dist/commonjs/route-node.js",

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