collection-utils
Advanced tools
Comparing version
@@ -494,2 +494,5 @@ "use strict"; | ||
} | ||
if (a === undefined || b === undefined || a === null || b === null) { | ||
return false; | ||
} | ||
if (typeof a.equals === "function" && typeof b.equals === "function") { | ||
@@ -496,0 +499,0 @@ return a.equals(b); |
{ | ||
"name": "collection-utils", | ||
"version": "0.0.12", | ||
"version": "0.0.14", | ||
"description": "Utility functions for Javascript collections", | ||
"repository": "https://github.com/quicktype/collection-utils", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"prepack": "tsc", | ||
"build": "tsc", | ||
"clean": "rm -rf dist node_modules *~", | ||
@@ -9,0 +11,0 @@ "test": "echo \"Error: no test specified\" && exit 1", |
Sorry, the diff of this file is not supported yet
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
46573
0.76%637
0.47%