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

@injectivelabs/utils

Package Overview
Dependencies
Maintainers
10
Versions
321
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@injectivelabs/utils - npm Package Compare versions

Comparing version 1.0.75 to 1.0.76

7

dist/helpers.js

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

for (let i = 0; i < array.length; i += 1) {
result.push(yield callback(array[i]));
try {
result.push(yield callback(array[i]));
}
catch (e) {
// throw Error(e)
}
}

@@ -37,0 +42,0 @@ return result;

4

package.json
{
"name": "@injectivelabs/utils",
"description": "List of utils and helper functions that can be reused throughout Injective's projects.",
"version": "1.0.75",
"version": "1.0.76",
"author": {

@@ -44,3 +44,3 @@ "name": "Bojan Angjelkoski",

},
"gitHead": "66239e95ad57500a2c271e7cc7716172abe72f3c"
"gitHead": "292f88dff40324a98b65c32220145b1c4e329ffd"
}

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