@thi.ng/transducers
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -287,3 +287,3 @@ "use strict"; | ||
prev = t; | ||
r(acc, x); | ||
return r(acc, x); | ||
}); | ||
@@ -290,0 +290,0 @@ }; |
{ | ||
"name": "@thi.ng/transducers", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Lightweight transducer implementations for ES6 / TypeScript", | ||
@@ -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
34444