New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

collection-utils

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

collection-utils - npm Package Compare versions

Comparing version

to
0.0.14

3

dist/index.js

@@ -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);

6

package.json
{
"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