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

iterator-helper

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iterator-helper - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

dist/ItHelper.d.ts

@@ -5,3 +5,3 @@ declare const IteratorSlot: unique symbol;

export declare function awrap<It, T, R>(func: (...args: Parameters<T, R>) => R): (this: any, ...args: any) => HAsyncIterator<It>;
export declare function aiter<T>(item: AsyncIterator<T> | AsyncIterator<T>): HAsyncIterator<T>;
export declare function aiter<T>(item: AsyncIterator<T> | AsyncIterable<T>): HAsyncIterator<T>;
export declare class HAsyncIterator<T> implements AsyncIterator<T> {

@@ -8,0 +8,0 @@ [IteratorSlot]: AsyncIterator<T>;

{
"name": "iterator-helper",
"version": "1.1.2",
"version": "1.1.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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