redux-persist-immutable
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -5,3 +5,3 @@ var transit = require('transit-immutable-js') | ||
in: function(state){ | ||
if(typeof state === 'object'){ | ||
if(state && typeof state === 'object'){ | ||
return transit.toJSON(state) | ||
@@ -12,2 +12,3 @@ } | ||
out: function(raw){ | ||
console.log('out', raw) | ||
if(typeof raw === 'string'){ | ||
@@ -14,0 +15,0 @@ return transit.fromJSON(raw) |
{ | ||
"name": "redux-persist-immutable", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "immutable.js transform for redux-persist", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
1313
16