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.2.0 to 0.3.0

13

CHANGELOG.md

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

## [0.3.0](https://github.com/endojs/endo/compare/@endo/stream@0.2.0...@endo/stream@0.3.0) (2022-01-25)
### ⚠ BREAKING CHANGES
* **eslint-config:** Check all files, especially TypeScript
### Styles
* **eslint-config:** Check all files, especially TypeScript ([2424343](https://github.com/endojs/endo/commit/242434364b464bd666a8117d116b20ad70396838))
## 0.2.0 (2022-01-23)

@@ -8,0 +21,0 @@

1

index.d.ts

@@ -1,2 +0,1 @@

/* eslint-disable no-unused-vars, import/no-unresolved */
import { AsyncQueue, Stream } from './types.js';

@@ -3,0 +2,0 @@

{
"name": "@endo/stream",
"version": "0.2.0",
"version": "0.3.0",
"description": "Foundation for async iterators as streams",

@@ -41,9 +41,9 @@ "keywords": [

"dependencies": {
"@endo/eventual-send": "^0.14.1",
"ses": "^0.15.4"
"@endo/eventual-send": "^0.14.2",
"ses": "^0.15.5"
},
"devDependencies": {
"@endo/eslint-config": "^0.3.21",
"@endo/init": "^0.5.30",
"@endo/ses-ava": "^0.2.14",
"@endo/eslint-config": "^0.4.0",
"@endo/init": "^0.5.31",
"@endo/ses-ava": "^0.2.15",
"@typescript-eslint/parser": "^4.18.0",

@@ -75,9 +75,2 @@ "ava": "^3.12.1",

"@endo"
],
"overrides": [
{
"files": [
"**/*.{js,ts}"
]
}
]

@@ -95,3 +88,3 @@ },

},
"gitHead": "b986f1b0afbec1261fb2c047257751b9d418df7c"
"gitHead": "c46f8d5d40f71014a099c53d26c75b149ea56d09"
}

@@ -1,3 +0,1 @@

/* eslint-disable no-unused-vars */
export interface AsyncQueue<TValue> {

@@ -4,0 +2,0 @@ put(value: TValue | Promise<TValue>): void;

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