@exodus/basic-utils
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -8,4 +8,3 @@ "use strict"; | ||
SynchronizedTime: true, | ||
cleanInput: true, | ||
pDebounce: true | ||
cleanInput: true | ||
}; | ||
@@ -24,8 +23,2 @@ Object.defineProperty(exports, "SynchronizedTime", { | ||
}); | ||
Object.defineProperty(exports, "pDebounce", { | ||
enumerable: true, | ||
get: function () { | ||
return _pDebounce.default; | ||
} | ||
}); | ||
@@ -64,4 +57,2 @@ var _synchronizedTime = _interopRequireDefault(require("./synchronized-time")); | ||
var _pDebounce = _interopRequireDefault(require("p-debounce")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.pickBy = exports.pick = exports.orderBy = exports.omit = exports.mapValues = exports.mapKeys = exports.isNil = void 0; | ||
exports.pick = exports.orderBy = exports.omit = exports.mapValues = exports.mapKeys = exports.isNil = void 0; | ||
@@ -24,9 +24,2 @@ var _minimalisticAssert = _interopRequireDefault(require("minimalistic-assert")); | ||
const pickBy = (obj, fn) => { | ||
assertFunction(fn); | ||
return obj == null ? {} : Object.fromEntries(Object.entries(obj).filter(([, value]) => fn(value))); | ||
}; | ||
exports.pickBy = pickBy; | ||
const omit = (obj, remove) => { | ||
@@ -33,0 +26,0 @@ assertArray(remove); |
{ | ||
"name": "@exodus/basic-utils", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Basic lightweight lib with common utility classes and methods.", | ||
@@ -13,5 +13,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"minimalistic-assert": "^1.0.1", | ||
"p-debounce": "^4.0.0" | ||
"minimalistic-assert": "^1.0.1" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
8
0
7245
155
- Removedp-debounce@^4.0.0
- Removedp-debounce@4.0.0(transitive)