Socket
Socket
Sign inDemoInstall

transit-immutable-js

Package Overview
Dependencies
2
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.2 to 0.5.3

2

index.js

@@ -140,3 +140,3 @@ var transit = require('transit-js');

}
}),
})
]);

@@ -143,0 +143,0 @@

{
"name": "transit-immutable-js",
"version": "0.5.2",
"version": "0.5.3",
"description": "Transit serialisation for Immutable.js",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -84,3 +84,3 @@ # transit-immutable-js

var recordTransit = transit.withRecords([FooRecord]);
var encodedJSON = transit.toJSON(data);
var encodedJSON = recordTransit.toJSON(data);
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc