redux-persist-immutable
Advanced tools
Comparing version 4.0.0-alpha6 to 4.0.0
@@ -39,3 +39,3 @@ 'use strict'; | ||
var config = arguments.length <= 0 || arguments[0] === undefined ? {} : arguments[0]; | ||
var config = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; | ||
@@ -50,3 +50,3 @@ return _reduxPersist.autoRehydrate.apply(undefined, [extendConfig(config)].concat(args)); | ||
var config = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1]; | ||
var config = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; | ||
@@ -61,3 +61,3 @@ return _reduxPersist.createPersistor.apply(undefined, [store, extendConfig(config)].concat(args)); | ||
var config = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1]; | ||
var config = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; | ||
@@ -64,0 +64,0 @@ return _reduxPersist.persistStore.apply(undefined, [store, extendConfig(config)].concat(args)); |
{ | ||
"name": "redux-persist-immutable", | ||
"version": "4.0.0-alpha6", | ||
"version": "4.0.0", | ||
"description": "top level immutablejs support for redux-persist", | ||
"main": "lib/index.js", | ||
"files": [ | ||
"lib", | ||
"constants.js" | ||
], | ||
"scripts": { | ||
@@ -7,0 +11,0 @@ "build": "babel src --out-dir lib", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
7834
8
104