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

@mojaloop/security-bc-client-lib

Package Overview
Dependencies
Maintainers
0
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mojaloop/security-bc-client-lib - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

3

dist/auth_http_requester.js

@@ -147,3 +147,4 @@ /// <reference lib="dom" />

else {
item.callback(new Error(reason && reason.name ? reason.name : reason), null);
this._logger.error("Unhandled error calling fetch", JSON.stringify(reason));
item.callback(new Error(reason && reason.cause && reason.cause.code ? reason.cause.code : reason.toString()), null);
}

@@ -150,0 +151,0 @@ }).finally(() => {

{
"name": "@mojaloop/security-bc-client-lib",
"version": "0.6.2",
"version": "0.6.3",
"description": "Mojaloop security authentication and authorization client library",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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