New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.4.3 to 1.4.4

4

dist/queued.js

@@ -7,3 +7,3 @@ "use strict";

const hash_1 = require("./hash");
const is_plain_object_1 = __importDefault(require("is-plain-object"));
const is_plain_obj_1 = __importDefault(require("is-plain-obj"));
const defaultDedup = (...args) => {

@@ -17,3 +17,3 @@ let x = '';

}
else if (is_plain_object_1.default(arg)) {
else if (is_plain_obj_1.default(arg)) {
x += hash_1.hashObjectIgnoreKeyOrder(arg);

@@ -20,0 +20,0 @@ }

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

@@ -39,3 +39,3 @@ "build": "tsc",

"dependencies": {
"is-plain-object": "^5.0.0"
"is-plain-obj": "^3.0.0"
},

@@ -42,0 +42,0 @@ "devDependencies": {

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