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

transit-immutable-js

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

transit-immutable-js - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

index.js

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

rep: function(m) {
var i = 0, a = new Array(m.size);
var i = 0, a = new Array(2 * m.size);
m.forEach(function(v, k) {

@@ -62,3 +62,3 @@ a[i++] = k;

rep: function(m) {
var i = 0, a = new Array(m.size);
var i = 0, a = new Array(2 * m.size);
m.forEach(function(v, k) {

@@ -65,0 +65,0 @@ a[i++] = k;

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

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