Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lskjs/utils

Package Overview
Dependencies
Maintainers
11
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lskjs/utils - npm Package Compare versions

Comparing version 2.3.0-beta.22 to 2.3.0-beta.42

6

asyncMapValues.js

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

});
exports["default"] = void 0;
exports["default"] = exports.asyncMapValues = void 0;

@@ -20,7 +20,9 @@ var _bluebird = _interopRequireDefault(require("bluebird"));

// ): Promise<Dictionary<any>> => Bluebird.props(mapValues(obj, callback)); // @ts-ignore
var _default = function _default(obj, callback) {
var asyncMapValues = function asyncMapValues(obj, callback) {
return _bluebird["default"].props((0, _mapValues["default"])(obj, callback));
};
exports.asyncMapValues = asyncMapValues;
var _default = asyncMapValues;
exports["default"] = _default;
//# sourceMappingURL=asyncMapValues.js.map
{
"name": "@lskjs/utils",
"version": "2.3.0-beta.22",
"version": "2.3.0-beta.42",
"description": "LSK.js – utils – helpers and functions",

@@ -35,3 +35,3 @@ "keywords": [],

},
"gitHead": "646f56afefc4dc04d914f6f2e7e55f317bcf6421"
"gitHead": "716b30e8d34ee779de3c4e8ad9d53125e2ef5b1e"
}

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