Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yield-stream

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yield-stream - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

node.cjs

36

package.json
{
"name": "yield-stream",
"version": "3.0.0",
"version": "3.1.0",
"license": "MIT",

@@ -12,21 +12,29 @@ "type": "module",

"files": [
"dist",
"node.d.ts",
"node.js"
"./dist",
"./node.*"
],
"exports": {
"./package.json": "./package.json",
"./node": "./node.js",
".": "./dist/index.js",
"./*": "./dist/*/index.js"
"./node": {
"import": "./node.js",
"require": "./node.cjs"
},
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./*": {
"import": "./dist/*/index.js",
"require": "./dist/*/index.cjs"
}
},
"scripts": {
"dev": "tsmodule dev",
"docs": "typedoc src",
"prebuild": "yarn docs",
"build": "tsmodule build",
"export-docs": "typedoc src",
"build": "tsmodule build && pnpm export-docs",
"cjs": "tsmodule build -b -f cjs",
"pretest": "npm pack --pack-destination test",
"test": "yarn build && ava",
"prepare": "yarn --cwd test",
"prepublishOnly": "yarn test",
"test": "ava",
"prepare": "pnpm -C test i",
"prepublishOnly": "pnpm test",
"lint": "eslint src --fix"

@@ -49,2 +57,2 @@ },

}
}
}
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