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

imm

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imm - npm Package Compare versions

Comparing version 0.5.4 to 0.5.5

2

package.json
{
"name": "imm",
"version": "0.5.4",
"version": "0.5.5",
"description": "Immutable collections built on top of immutable.js",

@@ -5,0 +5,0 @@ "main": "dist/imm.js",

@@ -37,2 +37,3 @@ var imm = require('../src/imm');

expect(returned).to.eql(record);
expect(returned.numbers.asMutable).to.be(undefined);

@@ -39,0 +40,0 @@ returned.numbers.push(3);

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