collect.js
Advanced tools
Comparing version 4.28.0 to 4.28.1
@@ -89,3 +89,3 @@ type Operator = "===" | "==" | "!==" | "!=" | "<>" | ">" | "<" | ">=" | "<=" | ||
*/ | ||
each(fn: (item: Item) => void): this; | ||
each(fn: (item: Item) => void, index: number, items: Item[]): this; | ||
@@ -92,0 +92,0 @@ /** |
{ | ||
"name": "collect.js", | ||
"version": "4.28.0", | ||
"version": "4.28.1", | ||
"description": "Convenient and dependency free wrapper for working with arrays and objects.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
574903