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.1 to 1.4.2

5

dist/queued.js

@@ -13,5 +13,8 @@ "use strict";

if (typeof arg === 'object') {
if (is_plain_object_1.default(arg)) {
if (Array.isArray(arg)) {
x += hash_1.hashObjectIgnoreKeyOrder(arg);
}
else if (is_plain_object_1.default(arg)) {
x += hash_1.hashObjectIgnoreKeyOrder(arg);
}
}

@@ -18,0 +21,0 @@ else {

2

package.json
{
"name": "@saulx/utils",
"main": "./dist/index.js",
"version": "1.4.1",
"version": "1.4.2",
"scripts": {

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

@@ -185,2 +185,4 @@ # utils

Accepts 5 arguments maximum!
```javascript

@@ -187,0 +189,0 @@ import { queued, wait } from '@saulx/utils'

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