New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@elliemae/ds-utilities

Package Overview
Dependencies
Maintainers
2
Versions
2506
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elliemae/ds-utilities - npm Package Compare versions

Comparing version 0.2.11 to 0.2.12

2

package.json
{
"name": "@elliemae/ds-utilities",
"version": "0.2.11",
"version": "0.2.12",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Ellie Mae - Dim Sum - Utilities",

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

exports.runAll = runAll;
exports.hashArray = hashArray;
exports.safeCall = safeCall;

@@ -195,2 +196,8 @@ Object.defineProperty(exports, "cloneDeep", {

});
Object.defineProperty(exports, "curry", {
enumerable: true,
get: function get() {
return _lodash.curry;
}
});
Object.defineProperty(exports, "compose", {

@@ -269,2 +276,8 @@ enumerable: true,

function hashArray(arr, fieldName) {
return arr.reduce(function (result, item) {
return _objectSpread({}, result, _defineProperty({}, fieldName ? item[fieldName] : item, true));
}, {});
}
function safeCall(fun) {

@@ -271,0 +284,0 @@ if ((0, _lodash.isFunction)(fun)) {

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