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.4.1 to 3.4.2

3

dist/asynciterator.d.ts

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

protected _closeWhenDone(): void;
protected _end(destroy: boolean): void;
}

@@ -775,4 +776,4 @@ /**

declare type InternalSource<T> = AsyncIterator<T> & {
_destination: AsyncIterator<any>;
_destination?: AsyncIterator<any>;
};
export {};
{
"name": "asynciterator",
"version": "3.4.1",
"version": "3.4.2",
"description": "An asynchronous iterator library for advanced object pipelines.",

@@ -54,3 +54,3 @@ "author": "Ruben Verborgh <ruben@verborgh.org>",

"jsdoc": "^3.5.5",
"mocha": "^8.0.0",
"mocha": "^9.0.0",
"sinon": "^7.2.7",

@@ -57,0 +57,0 @@ "sinon-chai": "^3.3.0",

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