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

asynciterator-promiseproxy

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asynciterator-promiseproxy - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

lib/PromiseProxyIterator.d.ts

@@ -11,3 +11,3 @@ import { AsyncIterator, TransformIterator } from "asynciterator";

constructor(sourceGetter: () => Promise<AsyncIterator<T>>);
protected _begin(done: () => void): void;
_begin(done: () => void): void;
}
{
"name": "asynciterator-promiseproxy",
"version": "1.0.1",
"version": "1.0.2",
"description": "An AsyncIterator proxy that allows its source to be set via a promise.",

@@ -29,3 +29,3 @@ "main": "index.js",

"devDependencies": {
"@types/asynciterator": "^1.1.0",
"@types/asynciterator": "^1.1.1",
"@types/jest": "^21.1.8",

@@ -32,0 +32,0 @@ "coveralls": "^3.0.0",

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