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

redux-persist-immutable

Package Overview
Dependencies
Maintainers
1
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 1.0.3 to 1.0.4

3

index.js

@@ -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",

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