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
4
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.2 to 0.3.3

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

### [0.3.3](https://github.com/endojs/endo/compare/@endo/stream@0.3.2...@endo/stream@0.3.3) (2022-02-18)
### Bug Fixes
* Make jsconfigs less brittle ([861ca32](https://github.com/endojs/endo/commit/861ca32a72f0a48410fd93b1cbaaad9139590659))
* Make sure lint:type runs correctly in CI ([a520419](https://github.com/endojs/endo/commit/a52041931e72cb7b7e3e21dde39c099cc9f262b0))
* Unify TS version to ~4.2 ([5fb173c](https://github.com/endojs/endo/commit/5fb173c05c9427dca5adfe66298c004780e8b86c))
### [0.3.2](https://github.com/endojs/endo/compare/@endo/stream@0.3.1...@endo/stream@0.3.2) (2022-01-31)

@@ -8,0 +19,0 @@

20

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

@@ -37,14 +37,14 @@ "keywords": [

"lint:js": "eslint .",
"lint:types": "tsc --build jsconfig.json",
"lint:types": "tsc -p jsconfig.json",
"test": "ava"
},
"dependencies": {
"@endo/eventual-send": "^0.14.4",
"ses": "^0.15.7"
"@endo/eventual-send": "^0.14.5",
"ses": "^0.15.8"
},
"devDependencies": {
"@endo/eslint-config": "^0.4.2",
"@endo/init": "^0.5.33",
"@endo/ses-ava": "^0.2.17",
"@typescript-eslint/parser": "^4.18.0",
"@endo/eslint-config": "^0.4.3",
"@endo/init": "^0.5.34",
"@endo/ses-ava": "^0.2.18",
"@typescript-eslint/parser": "^5.10.2",
"ava": "^3.12.1",

@@ -61,3 +61,3 @@ "babel-eslint": "^10.0.3",

"prettier": "^1.19.1",
"typescript": "^4.2.3"
"typescript": "~4.5.5"
},

@@ -89,3 +89,3 @@ "files": [

},
"gitHead": "96df4cf238b245cc92c78e4af4667f405b8cf4f0"
"gitHead": "9d2f88ab47f546bc59b6b6e7340482209b3cee56"
}
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