Socket
Socket
Sign inDemoInstall

immutable

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immutable - npm Package Compare versions

Comparing version 3.7.1 to 3.7.2

4

package.json
{
"name": "immutable",
"version": "3.7.1",
"version": "3.7.2",
"description": "Immutable Data Collections",

@@ -48,3 +48,3 @@ "homepage": "https://github.com/facebook/immutable-js",

"react-tools": "^0.11.1",
"typescript": "^1.4.1",
"typescript": "~1.4.1",
"uglify-js": "^2.4.15"

@@ -51,0 +51,0 @@ },

@@ -208,3 +208,3 @@ Immutable collections for JavaScript

var myObject = {a:1,b:2,c:3};
Seq(myObject).map(x => x * x).toObject();
Immutable.Seq(myObject).map(x => x * x).toObject();
// { a: 1, b: 4, c: 9 }

@@ -211,0 +211,0 @@ ```

Sorry, the diff of this file is not supported yet

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