Socket
Socket
Sign inDemoInstall

redux

Package Overview
Dependencies
4
Maintainers
2
Versions
85
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.0 to 3.3.1

2

es/combineReducers.js
import { ActionTypes } from './createStore';
import isPlainObject from 'lodash/isPlainObject';
import isPlainObject from 'lodash-es/isPlainObject';
import warning from './utils/warning';

@@ -4,0 +4,0 @@

@@ -1,2 +0,2 @@

import isPlainObject from 'lodash/isPlainObject';
import isPlainObject from 'lodash-es/isPlainObject';

@@ -3,0 +3,0 @@ /**

{
"name": "redux",
"version": "3.3.0",
"version": "3.3.1",
"description": "Predictable state container for JavaScript apps",

@@ -15,3 +15,3 @@ "main": "lib/index.js",

"clean": "rimraf lib dist es coverage",
"lint": "eslint src test examples",
"lint": "eslint src test examples build",
"test": "cross-env BABEL_ENV=commonjs mocha --compilers js:babel-register --recursive",

@@ -28,3 +28,3 @@ "test:watch": "npm test -- --watch",

"build:examples": "cross-env BABEL_ENV=commonjs babel-node examples/buildAll.js",
"build": "npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min && node ./prepublish",
"build": "npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min && node ./build/es3ify",
"prepublish": "npm run clean && npm run check:src && npm run build",

@@ -64,3 +64,4 @@ "docs:clean": "rimraf _book",

"dependencies": {
"lodash": "^4.2.0",
"lodash": "^4.2.1",
"lodash-es": "^4.2.1",
"loose-envify": "^1.1.0"

@@ -67,0 +68,0 @@ },

@@ -199,3 +199,3 @@ # [Redux](http://rackt.github.io/redux)

* [Webflow](https://github.com/webflow)
* [Chess iX](http://www.chess-ix.com/)
* [Ximedes](https://www.ximedes.com/)

@@ -202,0 +202,0 @@ [See the full list of Redux patrons.](PATRONS.md)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc