collect.js
Advanced tools
Comparing version 4.28.3 to 4.28.4
@@ -341,3 +341,3 @@ type Operator = "===" | "==" | "!==" | "!=" | "<>" | ">" | "<" | ">=" | "<=" | ||
*/ | ||
search(valueOrFunction: Item | ((value: Item, key: number) => boolean), strict: boolean): any; | ||
search(valueOrFunction: Item | ((value: Item, key: number) => boolean), strict?: boolean): any; | ||
@@ -344,0 +344,0 @@ /** |
{ | ||
"name": "collect.js", | ||
"version": "4.28.3", | ||
"version": "4.28.4", | ||
"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
574954