asynciterator
Advanced tools
Comparing version 3.2.0 to 3.2.1
{ | ||
"name": "asynciterator", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "An asynchronous iterator library for advanced object pipelines.", | ||
@@ -9,4 +9,7 @@ "author": "Ruben Verborgh <ruben@verborgh.org>", | ||
"exports": { | ||
"import": "./dist/asynciterator.js", | ||
"require": "./dist/asynciterator.cjs" | ||
"./package.json": "./package.json", | ||
".": { | ||
"import": "./dist/asynciterator.js", | ||
"require": "./dist/asynciterator.cjs" | ||
} | ||
}, | ||
@@ -13,0 +16,0 @@ "module": "./dist/asynciterator.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
179315