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

@coorpacademy/redux-history

Package Overview
Dependencies
Maintainers
14
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coorpacademy/redux-history - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

33

package.json
{
"name": "@coorpacademy/redux-history",
"version": "6.0.1",
"version": "6.0.2",
"description": "",

@@ -13,5 +13,7 @@ "main": "lib/index.js",

"scripts": {
"test": "npm run lint",
"ava": "ava",
"nyc": "nyc npm run ava",
"test": "npm run lint && npm run nyc",
"lint": "npm run eslint",
"eslint": "eslint ./ *.js *.json --ext .js,.json",
"eslint": "eslint ./ *.js *.json --ext .js,.json --cache --cache-location \"node_modules/.cache/.eslintcache\"",
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib -s --ignore test --copy-files",

@@ -35,18 +37,21 @@ "build:es": "cross-env BABEL_ENV=es babel src --out-dir es -s --ignore test --copy-files",

"dependencies": {
"lodash": "^4.17.4"
"lodash": "^4.17.15"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@coorpacademy/history": "5.3.16",
"babel-plugin-istanbul": "^4.1.4",
"cross-env": "^5.0.0",
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.6.0",
"@babel/register": "^7.6.0",
"@coorpacademy/history": "6.0.2",
"ava": "^2.4.0",
"babel-plugin-istanbul": "^5.2.0",
"cross-env": "^5.2.1",
"eslint": "^4.18.2",
"redux": "^4.0.0",
"rimraf": "^2.6.1"
"nyc": "^14.1.1",
"redux": "^4.0.4",
"rimraf": "^3.0.0"
},
"author": "CoorpAcademy",
"gitHead": "f0af7ef69175c636481ab6bf0b7126d7aa7230c8"
"gitHead": "eda0aa4ae46a24138098350b85165b29b5ff1f6f"
}

Sorry, the diff of this file is not supported yet

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