Socket
Socket
Sign inDemoInstall

redux-first-routing

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-first-routing - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

dist/redux-first-routing.js

6

package.json
{
"name": "redux-first-routing",
"version": "0.1.0",
"version": "0.1.1",
"description": "Redux-first routing",

@@ -62,4 +62,4 @@ "main": "lib/index.js",

"build:es": "cross-env BABEL_ENV=es babel src --out-dir es",
"build:umd": "cross-env BABEL_ENV=es NODE_ENV=development rollup -c -i src/index.js -o dist/redux.js",
"build:umd:min": "cross-env BABEL_ENV=es NODE_ENV=production rollup -c -i src/index.js -o dist/redux.min.js",
"build:umd": "cross-env BABEL_ENV=es NODE_ENV=development rollup -c -i src/index.js -o dist/redux-first-routing.js",
"build:umd:min": "cross-env BABEL_ENV=es NODE_ENV=production rollup -c -i src/index.js -o dist/redux-first-routing.min.js",
"test": "mocha --compilers js:babel-core/register test/**/*.spec.js",

@@ -66,0 +66,0 @@ "prepublish": "npm run lint && npm run test && npm run clean && npm run build"

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