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

@endo/stream

Package Overview
Dependencies
Maintainers
5
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endo/stream - npm Package Compare versions

Comparing version 0.3.23 to 0.3.24

index.d.ts

31

package.json
{
"name": "@endo/stream",
"version": "0.3.23",
"version": "0.3.24",
"description": "Foundation for async iterators as streams",

@@ -33,2 +33,4 @@ "keywords": [

"build": "exit 0",
"prepack": "tsc --build jsconfig.build.json",
"postpack": "git clean -f '*.d.ts*'",
"cover": "c8 ava",

@@ -42,10 +44,9 @@ "lint": "yarn lint:types && yarn lint:js",

"dependencies": {
"@endo/eventual-send": "^0.17.0",
"@endo/promise-kit": "^0.2.54",
"ses": "^0.18.2"
"@endo/eventual-send": "^0.17.1",
"@endo/promise-kit": "^0.2.55",
"ses": "^0.18.3"
},
"devDependencies": {
"@endo/eslint-config": "^0.5.3",
"@endo/init": "^0.5.54",
"@endo/ses-ava": "^0.2.38",
"@endo/init": "^0.5.55",
"@endo/ses-ava": "^0.2.39",
"@typescript-eslint/parser": "^5.53.0",

@@ -57,8 +58,7 @@ "ava": "^5.2.0",

"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.9.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^40.0.0",
"eslint-plugin-prettier": "^3.4.1",
"prettier": "^2.8.0",
"eslint-plugin-jsdoc": "^40.1.0",
"prettier": "^2.8.5",
"typescript": "~4.9.5"

@@ -78,10 +78,5 @@ },

"extends": [
"@endo"
"plugin:@endo/internal"
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
"ava": {

@@ -93,3 +88,3 @@ "files": [

},
"gitHead": "0053227a37ee76ee8a3dce6059dd55140ed0ce6d"
"gitHead": "8141f58debaec420cbc2a7cb698e888566d430ba"
}
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