transform-spread-iterable
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "transform-spread-iterable", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "An iterable transform that spread each iterable received and emit its items", | ||
"scripts": { | ||
"test": "ava && xo", | ||
"test": "ava && xo --ignore example.js", | ||
"setup": "rollup -f cjs main.js --output index.js", | ||
"cover-test": "nyc ava && xo", | ||
"cover-test": "nyc ava && xo --ignore example.js", | ||
"cover-publish": "nyc report --reporter=text-lcov | coveralls" | ||
@@ -10,0 +10,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
3827