async-readable
Advanced tools
Comparing version 0.1.3 to 0.1.4-0
{ | ||
"name": "async-readable", | ||
"version": "0.1.3", | ||
"version": "0.1.4-0", | ||
"description": "Async read for NodeJS.ReadableStream", | ||
"type": "module", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"main": "index.cjs", | ||
"module": "index.mjs", | ||
"types": "index.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
"build": "rollup -c && tsc --emitDeclarationOnly", | ||
"versions": "node -p \"require('./package.json').version\"", | ||
"prepublishOnly": "mv ./dist/* ./", | ||
"build": "rollup -c --environment OUT:./dist && tsc --emitDeclarationOnly", | ||
"ver": "echo ${npm_package_name}@${npm_package_version}", | ||
"test": "jest --ci --coverage" | ||
@@ -13,0 +15,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6341
1