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

async-iterable-stream

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-iterable-stream - npm Package Compare versions

Comparing version 3.0.1 to 4.0.0

3

index.js

@@ -20,5 +20,6 @@ class AsyncIterableStream {

createAsyncIterable(timeout) {
let asyncIterator = this.createAsyncIterator(timeout);
return {
[Symbol.asyncIterator]: () => {
return this.createAsyncIterator(timeout);
return asyncIterator;
}

@@ -25,0 +26,0 @@ }

{
"name": "async-iterable-stream",
"version": "3.0.1",
"version": "4.0.0",
"description": "A readable async stream which can be iterated over using a for-await-of loop.",

@@ -5,0 +5,0 @@ "main": "index.js",

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