Comparing version 0.0.3 to 0.0.5
{ | ||
"name": "asygen", | ||
"version": "0.0.3", | ||
"version": "0.0.5", | ||
"description": "0-Deps, simple and fast async generator library for browser and NodeJS", | ||
@@ -32,3 +32,12 @@ "type": "module", | ||
}, | ||
"keywords": [], | ||
"keywords": [ | ||
"defer", | ||
"deferred", | ||
"generator", | ||
"asyncgenerator", | ||
"iterate", | ||
"promise", | ||
"async", | ||
"await" | ||
], | ||
"license": "Apache-2.0", | ||
@@ -44,4 +53,4 @@ "bugs": { | ||
"@types/jest": "^29.5.0", | ||
"@types/node": "^18.15.3", | ||
"glob": "^9.3.0", | ||
"@types/node": "^18.15.5", | ||
"fast-glob": "^3.2.12", | ||
"jest": "^29.5.0", | ||
@@ -48,0 +57,0 @@ "typescript": "^5.0.2" |
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
29413