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

cycle-routing-driver

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cycle-routing-driver - npm Package Compare versions

Comparing version 0.1.4 to 1.0.0

dist/react/router.js

18

package.json
{
"name": "cycle-routing-driver",
"version": "0.1.4",
"version": "1.0.0",
"description": "A bare-bones router for simple frontend routing in CycleJS",

@@ -35,2 +35,6 @@ "main": "dist/routing-driver.js",

},
"peerDependencies": {
"react": "^16.8.0",
"classnames": "^1.0.0"
},
"devDependencies": {

@@ -40,6 +44,13 @@ "@babel/cli": "^7.1.2",

"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.7.4",
"@babel/register": "^7.0.0",
"chai": "^4.2.0",
"classnames": "^2.2.6",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"mocha": "^5.2.0",
"mocha-clean": "^1.0.0"
"mocha-clean": "^1.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"sinon": "^7.5.0"
},

@@ -53,5 +64,6 @@ "babel": {

}
]
],
"@babel/preset-react"
]
}
}
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