Comparing version 0.1.2 to 0.1.201
{ | ||
"name": "jducers", | ||
"version": "0.1.2", | ||
"version": "0.1.201", | ||
"description": "A js transducers-like implementation using generators", | ||
@@ -26,2 +26,2 @@ "main": "index.js", | ||
"homepage": "https://github.com/jfet97/jducers#readme" | ||
} | ||
} |
@@ -133,3 +133,10 @@ # jducers | ||
## performance | ||
Bad, because **yield** is still an expensive operation | ||
## fun | ||
A lot! ES8 is so powerful, in few lines I created something very difficult to do before without a library | ||
## license | ||
@@ -136,0 +143,0 @@ |
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
11147
145