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 1.2.5 to 1.2.6

index.d.ts.map

28

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

@@ -38,3 +38,3 @@ "keywords": [

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

@@ -48,9 +48,9 @@ "lint": "yarn lint:types && yarn lint:eslint",

"dependencies": {
"@endo/eventual-send": "^1.2.5",
"@endo/promise-kit": "^1.1.5",
"ses": "^1.8.0"
"@endo/eventual-send": "^1.2.6",
"@endo/promise-kit": "^1.1.6",
"ses": "^1.9.0"
},
"devDependencies": {
"@endo/init": "^1.1.4",
"@endo/ses-ava": "^1.2.5",
"@endo/init": "^1.1.5",
"@endo/ses-ava": "^1.2.6",
"ava": "^6.1.3",

@@ -65,11 +65,14 @@ "babel-eslint": "^10.1.0",

"prettier": "^3.2.5",
"ts-api-utils": "~1.0.1",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
"./*.js",
"./*.map",
"LICENSE*",
"SECURITY*",
"dist",
"lib",
"src",
"*.js",
"*.ts"
"tools"
],

@@ -86,3 +89,2 @@ "publishConfig": {

"files": [
"test/**/test-*.*",
"test/**/*.test.*"

@@ -95,3 +97,3 @@ ],

},
"gitHead": "cb060b7e22c92cc951fb03d86cdbceeae82fec34"
"gitHead": "bbf20fae6726f7d26456714b8852572787d34e05"
}
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