New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

async-readable

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-readable - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

11

package.json
{
"name": "async-readable",
"version": "0.1.4",
"version": "0.1.5",
"description": "Async read for NodeJS.ReadableStream",
"type": "module",
"main": "index.cjs",

@@ -12,3 +11,3 @@ "module": "index.mjs",

"prepublishOnly": "mv ./dist/* ./",
"build": "rollup -c --environment OUT:./dist && tsc --emitDeclarationOnly",
"build": "rollup -c && tsc --emitDeclarationOnly",
"ver": "echo ${npm_package_name}@${npm_package_version}",

@@ -31,11 +30,11 @@ "test": "jest --ci --coverage"

"@types/jest": "^24.0.15",
"@types/node": "^12.0.10",
"@types/node": "^12.6.8",
"jest": "^24.8.0",
"jest-junit": "^6.4.0",
"rollup": "^1.16.2",
"rollup": "^1.17.0",
"rollup-plugin-typescript": "^1.0.1",
"ts-jest": "^24.0.2",
"tslib": "^1.10.0",
"typescript": "^3.5.2"
"typescript": "^3.5.3"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc