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.0 to 1.0.1

index.d.ts

8

package.json
{
"name": "asynciterator-promiseproxy",
"version": "1.0.0",
"version": "1.0.1",
"description": "An AsyncIterator proxy that allows its source to be set via a promise.",

@@ -19,2 +19,8 @@ "main": "index.js",

"homepage": "https://github.com/rubensworks/asynciterator-promiseproxy#readme",
"files": [
"lib/**/*.d.ts",
"lib/**/*.js",
"index.d.ts",
"index.js"
],
"dependencies": {

@@ -21,0 +27,0 @@ "asynciterator": "^1.1.0"

4

README.md

@@ -16,5 +16,5 @@ # Async Promise Proxy Iterator

```javascript
const ProxyIterator = require('asynciterator-promiseproxy');
const PromiseProxyIterator = require('asynciterator-promiseproxy').PromiseProxyIterator;
let it = new ProxyIterator(() -> makeIterator());
let it = new PromiseProxyIterator(() -> makeIterator());
it.on('data', console.log);

@@ -21,0 +21,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