Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

just-compare

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

just-compare - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

index.js

@@ -21,3 +21,5 @@ module.exports = compare;

}
if (Number.isNaN(value1) && Number.isNaN(value2)) {
/* eslint-disable no-self-compare */
// if both values are NaNs return true
if ((value1 !== value1) && (value2 !== value2)) {
return true;

@@ -24,0 +26,0 @@ }

{
"name": "just-compare",
"version": "1.2.0",
"version": "1.2.1",
"description": "compare two collections",

@@ -5,0 +5,0 @@ "main": "index.js",

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