Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.0.10 to 0.0.11

3

dist/index.js

@@ -484,2 +484,5 @@ "use strict";

}
if (a === undefined || b === undefined || a === null || b === null) {
return false;
}
if (typeof a.equals === "function" && typeof b.equals === "function") {

@@ -486,0 +489,0 @@ return a.equals(b);

8

package.json
{
"name": "collection-utils",
"version": "0.0.10",
"version": "0.0.11",
"main": "dist/index.js",

@@ -21,3 +21,7 @@ "types": "dist/index.d.ts",

},
"files": ["package.json", "README.md", "dist/**"]
"files": [
"package.json",
"README.md",
"dist/**"
]
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc