@saulx/utils
Advanced tools
Comparing version 2.0.1 to 2.1.1
@@ -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 |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54926
2
792
+ Added@saulx/hash@^1.1.0
+ Added@saulx/hash@1.1.0(transitive)