Socket
Socket
Sign inDemoInstall

iterall

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

README.md

4

index.d.ts

@@ -22,7 +22,7 @@ /**

export function getIterator(iterable: Iterable<TValue>): Iterator<TValue>
export function getIterator<TValue>(iterable: Iterable<TValue>): Iterator<TValue>
export function getIterator(iterable: any): void | Iterator<any>
export function getIteratorMethod<TValue>(iterable: Iterable<TValue>): () => Iterator<TValue>
export function getIteratorMethod(iterable: any): void | () => Iterator<any>
export function getIteratorMethod(iterable: any): () => Iterator<any> | void

@@ -29,0 +29,0 @@ export function forEach<TValue, TCollection extends Iterable<TValue>>(collection: TCollection, callbackFn: (value: TValue, index: number, collection: TCollection) => any, thisArg?: any): void

{
"name": "iterall",
"version": "1.0.2",
"version": "1.0.3",
"description": "Minimal zero-dependency utilities for using JavaScript Iterables in all environments.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc