Comparing version 3.0.1 to 3.0.2
/*! caf.js | ||
v3.0.1 (c) 2018 Kyle Simpson | ||
v3.0.2 (c) 2018 Kyle Simpson | ||
MIT License: http://getify.mit-license.org | ||
@@ -4,0 +4,0 @@ */ |
{ | ||
"name": "async-caf", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Wrapper for generators as cancelable async functions", | ||
@@ -5,0 +5,0 @@ "main": "./dist/caf.js", |
@@ -254,3 +254,4 @@ "use strict"; | ||
var pr = main(token.signal,50); | ||
pr.catch(()=>assert.step("outer:pr.catch")); | ||
var x = pr.catch(()=>assert.step("outer:pr.catch")); | ||
await x; | ||
await pr; | ||
@@ -257,0 +258,0 @@ } |
Possible typosquat attack
Supply chain riskThere is a package with a similar name that is downloaded much more often.
Did you mean |
---|
async-csv |
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
36252
702
1