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.0.0 to 1.0.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

<a name="1.0.1"></a>
## [1.0.1](https://github.com/troch/route-node/compare/v1.0.0...v1.0.1) (2016-01-05)
<a name="1.0.0"></a>

@@ -2,0 +8,0 @@ # [1.0.0](https://github.com/troch/route-node/compare/v0.6.0...v1.0.0) (2016-01-05)

3

package.json
{
"name": "route-node",
"version": "1.0.0",
"version": "1.0.1",
"description": "A package to create a tree of named routes",

@@ -37,3 +37,2 @@ "main": "dist/commonjs/route-node.js",

"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-external-helpers-2": "^6.3.13",
"babel-plugin-transform-class-properties": "^6.3.13",

@@ -40,0 +39,0 @@ "babel-plugin-transform-export-extensions": "^6.3.13",

@@ -5,2 +5,12 @@ import babel from 'rollup-plugin-babel';

const babelOptions = {
presets: [ 'es2015-rollup' ],
plugins: [
'transform-object-rest-spread',
'transform-class-properties',
'transform-export-extensions'
],
babelrc: false
};
const format = argv.format || 'umd';

@@ -15,3 +25,3 @@ const dest = {

format,
plugins: [ babel(), npm({ jsnext: true }) ],
plugins: [ babel(babelOptions), npm({ jsnext: true }) ],
moduleName: 'RouteNode',

@@ -18,0 +28,0 @@ moduleId: 'RouteNode',

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