immutable-ext
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -26,3 +26,3 @@ const Immutable = require('immutable') | ||
return this.reduce((ys, x) => | ||
f(x).map(x => y => y.concat(x)).ap(ys), point(List())) | ||
f(x).map(x => y => y.concat([x])).ap(ys), point(List())) | ||
} | ||
@@ -29,0 +29,0 @@ |
{ | ||
"name": "immutable-ext", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
152484
0