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.3 to 3.1.0

7

dist/asynciterator.d.ts

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

private _buffer?;
protected _sourceStarted: boolean;
/**

@@ -402,2 +403,3 @@ Creates a new `ArrayIterator`.

protected _pushedCount: number;
protected _sourceStarted: boolean;
/**

@@ -507,3 +509,2 @@ Creates a new `BufferedIterator`.

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

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

/**
Tries to read a transformed item.
*/
read(): D | null;
/**
Tries to read transformed items.

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

{
"name": "asynciterator",
"version": "3.0.3",
"version": "3.1.0",
"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