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

to
1.3.2

.jshintrc

6

lib/reducer.js

@@ -23,2 +23,6 @@ 'use strict';

var _lodashPairs = require('lodash.pairs');
var _lodashPairs2 = _interopRequireDefault(_lodashPairs);
var _immutable = require('immutable');

@@ -43,3 +47,3 @@

var result = Object.assign({}, oldState);
for (var _iterator = Object.entries(newState), _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) {
for (var _iterator = (0, _lodashPairs2['default'])(newState), _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) {
var _ref;

@@ -46,0 +50,0 @@

33

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

@@ -32,23 +32,24 @@ "main": "lib/index.js",

"devDependencies": {
"babel": "5.8.23",
"babel-core": "5.8.25",
"babel-eslint": "4.1.3",
"chai": "3.3.0",
"chai-as-promised": "5.1.0",
"chai-string": "1.1.3",
"eslint": "1.7.1",
"eslint-config-airbnb": "0.1.0",
"eslint-plugin-react": "3.5.1",
"mocha": "2.3.3",
"sinon": "1.17.1",
"sinon-as-promised": "4.0.0",
"sinon-chai": "2.8.0"
"babel": "^5.8.29",
"babel-core": "^5.8.29",
"babel-eslint": "^4.1.3",
"chai": "^3.4.0",
"chai-as-promised": "^5.1.0",
"chai-string": "^1.1.3",
"eslint": "^1.7.3",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.6.3",
"mocha": "^2.3.3",
"sinon": "^1.17.2",
"sinon-as-promised": "^4.0.0",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"immutable": "3.7.5",
"immutable": "^3.7.5",
"lodash.isfunction": "^3.0.6",
"lodash.isobject": "^3.0.2",
"lodash.merge": "^3.3.2",
"lodash.pairs": "^3.0.1",
"lodash.set": "^3.7.4",
"redux-actions": "0.8.0"
"redux-actions": "^0.8.0"
},

@@ -55,0 +56,0 @@ "peerDependencies": {

[redux-storage][]
=================
[![build](https://travis-ci.org/michaelcontento/redux-storage.svg)](https://travis-ci.org/michaelcontento/redux-storage)
[![dependencies](https://david-dm.org/michaelcontento/redux-storage.svg)](https://david-dm.org/michaelcontento/redux-storage)
[![devDependencies](https://david-dm.org/michaelcontento/redux-storage/dev-status.svg)](https://david-dm.org/michaelcontento/redux-storage#info=devDependencies)
[![license](https://img.shields.io/npm/l/redux-storage.svg?style=flat-square)](https://www.npmjs.com/package/redux-storage)

@@ -8,3 +12,2 @@ [![npm version](https://img.shields.io/npm/v/redux-storage.svg?style=flat-square)](https://www.npmjs.com/package/redux-storage)

[![Code Climate](https://codeclimate.com/github/michaelcontento/redux-storage/badges/gpa.svg)](https://codeclimate.com/github/michaelcontento/redux-storage)
[![build](https://travis-ci.org/michaelcontento/redux-storage.svg)](https://travis-ci.org/michaelcontento/redux-storage)

@@ -11,0 +14,0 @@ Save and load the [Redux][] state with ease.