Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

asynciterator

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asynciterator - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

5

dist/asynciterator.d.ts

@@ -505,2 +505,3 @@ /**

protected _createSource?: (() => AsyncIteratorOrPromise<S>) | null;
protected _sourceStarted: boolean;
protected _destroySource: boolean;

@@ -541,2 +542,6 @@ protected _optional: boolean;

*/
read(): D | null;
/**
Tries to read transformed items.
*/
protected _read(count: number, done: () => void): void;

@@ -543,0 +548,0 @@ /**

2

package.json
{
"name": "asynciterator",
"version": "3.0.1",
"version": "3.0.2",
"description": "An asynchronous iterator library for advanced object pipelines.",

@@ -5,0 +5,0 @@ "author": "Ruben Verborgh <ruben@verborgh.org>",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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