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.0-beta.4 to 3.0.0-beta.5

3

asynciterator.d.ts

@@ -635,3 +635,3 @@ /**

private _sources;
private _sourcesComplete;
private _pending?;
private _currentSource;

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

constructor(sources: AsyncIteratorOrArray<AsyncIterator<T>>, options?: BufferedIteratorOptions);
protected _loadSources(): void;
protected _addSource(source: InternalSource<T>): void;

@@ -646,0 +647,0 @@ protected _removeEmptySources(): void;

{
"name": "asynciterator",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"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 not supported yet

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