callbag-from-iter
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "callbag-from-iter", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Convert an iterable or iterator to a callbag pullable source", | ||
@@ -9,2 +9,3 @@ "repository": { | ||
}, | ||
"types": "types.d.ts", | ||
"main": "index.js", | ||
@@ -21,3 +22,6 @@ "scripts": { | ||
"tape": "^4.8.0" | ||
}, | ||
"dependencies": { | ||
"callbag": "^1.2.0" | ||
} | ||
} |
@@ -17,3 +17,3 @@ # callbag-from-iter | ||
source(0, iterate(x => console.log(x)); // 10 | ||
iterate(x => console.log(x))(source); // 10 | ||
// 20 | ||
@@ -20,0 +20,0 @@ // 30 |
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
6393
7
150
1
+ Addedcallbag@^1.2.0
+ Addedcallbag@1.5.1(transitive)