immutable-ext
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
152804