New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

redux-storage

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-storage - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

5

lib/reducer.js

@@ -9,2 +9,4 @@ 'use strict';

var _immutable = require('immutable');
var _constants = require('./constants');

@@ -16,2 +18,5 @@

}
if ((0, _lodash.isFunction)(newState.mergeDeep)) {
return (0, _immutable.fromJS)(oldState).mergeDeep(newState);
}
return (0, _lodash.merge)({}, oldState, newState);

@@ -18,0 +23,0 @@ }

4

package.json
{
"name": "redux-storage",
"version": "1.2.2",
"version": "1.2.3",
"description": "Persistence layer for redux with flexible backends",

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

"test": "make test",
"prepublish": "make build lint"
"prepublish": "make ci build"
},

@@ -11,0 +11,0 @@ "repository": {

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