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 2.0.1 to 2.1.1

1

dist/index.d.ts

@@ -9,4 +9,3 @@ import deepCopy from './deepCopy';

import obscurify from './obscurify';
export * from './hash';
export * from './deepMerge';
export { deepCopy, queued, obscurify, readStream, isObject, wait, deepEqual, toEnvVar };

@@ -33,4 +33,3 @@ "use strict";

exports.obscurify = obscurify_1.default;
__exportStar(require("./hash"), exports);
__exportStar(require("./deepMerge"), exports);
//# sourceMappingURL=index.js.map

2

dist/queued.js

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

Object.defineProperty(exports, "__esModule", { value: true });
const hash_1 = require("./hash");
const hash_1 = require("@saulx/hash");
const is_plain_obj_1 = __importDefault(require("is-plain-obj"));

@@ -9,0 +9,0 @@ const defaultDedup = (...args) => {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = (ms = 100) => new Promise(resolve => {
setTimeout(resolve, ms);
setTimeout(() => resolve(), ms);
});
//# sourceMappingURL=wait.js.map
{
"name": "@saulx/utils",
"main": "./dist/index.js",
"version": "2.0.1",
"version": "2.1.1",
"scripts": {

@@ -42,3 +42,4 @@ "build": "tsc",

"dependencies": {
"is-plain-obj": "^3.0.0"
"is-plain-obj": "^3.0.0",
"@saulx/hash": "^1.1.0"
},

@@ -45,0 +46,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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