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

@saulx/utils

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saulx/utils - npm Package Compare versions

Comparing version 3.4.1 to 3.4.2

6

dist/deepEqual.js

@@ -46,3 +46,2 @@ "use strict";

}
// maybe not this ?
if (a.checksum || b.checksum) {

@@ -65,6 +64,7 @@ if (a.checksum !== b.checksum) {

const k = b[key];
if (k === void 0)
const k1 = a[key];
if (k === void 0 && k1 !== void 0) {
return false;
}
const t = typeof k;
const k1 = a[key];
// eslint-disable-next-line

@@ -71,0 +71,0 @@ if (t !== typeof k1) {

{
"name": "@saulx/utils",
"main": "./dist/index.js",
"version": "3.4.1",
"version": "3.4.2",
"scripts": {

@@ -6,0 +6,0 @@ "build": "tsc",

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