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

@mojaloop/account-lookup-bc-client-lib

Package Overview
Dependencies
Maintainers
3
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mojaloop/account-lookup-bc-client-lib - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

dist/account_lookup_http_client.js

@@ -50,3 +50,3 @@ /*****

if (!partyType || !partyId) {
throw new errors_1.UnableToGetFspIdError(`Account Lookup Client - Unable to Get FspId - partyType or partyId is null`);
throw new errors_1.UnableToGetFspIdError("Account Lookup Client - Unable to Get FspId - partyType or partyId is null");
}

@@ -53,0 +53,0 @@ let urlBuilder = `${SERVICE_BASE_PATH}/${partyType}/${partyId}`;

{
"name": "@mojaloop/account-lookup-bc-client-lib",
"version": "0.3.1",
"version": "0.3.2",
"description": "Account Lookup BC - Clients",

@@ -37,8 +37,8 @@ "license": "Apache-2.0",

"dependencies": {
"@mojaloop/logging-bc-client-lib": "~0.1.24",
"@mojaloop/security-bc-public-types-lib": "~0.3.3"
"@mojaloop/logging-bc-client-lib": "~0.1.29",
"@mojaloop/security-bc-public-types-lib": "~0.3.5"
},
"devDependencies": {
"nock": "^13.3.1"
"nock": "^13.3.8"
}
}
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