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

redux-persist-immutable

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-persist-immutable - npm Package Compare versions

Comparing version 4.0.0-alpha1 to 4.0.0-alpha2

3

lib/index.js

@@ -29,3 +29,4 @@ 'use strict';

var extendConfig = function extendConfig(config) {
transforms = [].concat(_toConsumableArray(config.transforms), [_reduxPersistTransformImmutable2.default]);
var incomingTransforms = config.transforms || [];
transforms = [].concat(_toConsumableArray(incomingTransforms), [_reduxPersistTransformImmutable2.default]);
return _extends({}, config, operators, { stateReconciler: _reconciler.stateReconciler, transforms: transforms });

@@ -32,0 +33,0 @@ };

{
"name": "redux-persist-immutable",
"version": "4.0.0-alpha1",
"version": "4.0.0-alpha2",
"description": "top level immutablejs support for redux-persist",

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

"type": "git",
"url": "https://github.com/rufman/redux-persist-immutable-state.git"
"url": "https://github.com/rt2zz/redux-persist-immutable.git"
},

@@ -17,0 +17,0 @@ "keywords": [

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