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

immutable-ext

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immutable-ext - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

index.js

@@ -10,3 +10,3 @@ const Immutable = require('immutable')

return empty != null
? this.reduce((acc, x) => acc.concat(f(x)), empty)
? this.reduce((acc, x, i) => acc.concat(f(x, i)), empty)
: this.map(f).reduce((acc, x) => acc.concat(x))

@@ -13,0 +13,0 @@ },

{
"name": "immutable-ext",
"version": "1.1.1",
"version": "1.1.2",
"description": "fantasyland compatible extensions",

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