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.3 to 0.1.4-0

async-readable.d.ts

14

package.json
{
"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 @@ },

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