collect.js
Advanced tools
Comparing version 3.0.26 to 3.0.27
@@ -1,2 +0,2 @@ | ||
type Operator = "===" | "==" | "!==" | "!=" | ">" | "<" | ">=" | "<=" | ||
type Operator = "===" | "==" | "!==" | "!=" | "<>" | ">" | "<" | ">=" | "<=" | ||
@@ -867,4 +867,4 @@ interface CollectionInstance<Item> { | ||
declare module 'collect' { | ||
declare module 'collect.js' { | ||
export default function <T>(collection?: T[] | Object): CollectionInstance<T>; | ||
} |
{ | ||
"name": "collect.js", | ||
"version": "3.0.26", | ||
"version": "3.0.27", | ||
"description": "Convenient and dependency free wrapper for working with arrays and objects.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
347125
0