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

@mojaloop/platform-shared-lib-public-messages-lib

Package Overview
Dependencies
Maintainers
3
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mojaloop/platform-shared-lib-public-messages-lib - npm Package Compare versions

Comparing version 0.5.11 to 0.5.12

dist/foreign-exchange-bc/foreign-exchange-quote/errors.d.ts

9

dist/foreign-exchange-bc/index.d.ts

@@ -38,4 +38,7 @@ /*****

export { ForeignExchangeBCTopics, FOREIGN_EXCHANGE_BOUNDED_CONTEXT_NAME, FOREIGN_EXCHANGE_AGGREGATE_NAME };
export * from "./request";
export * from "./response";
export * from "./error";
export * from "./foreign-exchange-svc/requests";
export * from "./foreign-exchange-svc/responses";
export * from "./foreign-exchange-svc/errors";
export * from "./foreign-exchange-quote/requests";
export * from "./foreign-exchange-quote/responses";
export * from "./foreign-exchange-quote/errors";

@@ -45,5 +45,8 @@ /*****

exports.ForeignExchangeBCTopics = ForeignExchangeBCTopics;
tslib_1.__exportStar(require("./request"), exports);
tslib_1.__exportStar(require("./response"), exports);
tslib_1.__exportStar(require("./error"), exports);
tslib_1.__exportStar(require("./foreign-exchange-svc/requests"), exports);
tslib_1.__exportStar(require("./foreign-exchange-svc/responses"), exports);
tslib_1.__exportStar(require("./foreign-exchange-svc/errors"), exports);
tslib_1.__exportStar(require("./foreign-exchange-quote/requests"), exports);
tslib_1.__exportStar(require("./foreign-exchange-quote/responses"), exports);
tslib_1.__exportStar(require("./foreign-exchange-quote/errors"), exports);
//# sourceMappingURL=index.js.map

@@ -39,2 +39,2 @@ /*****

export * from "./cert-management-bc/";
export * from "./foreign-exchange-bc";
export * from "./foreign-exchange-bc/";

@@ -42,3 +42,3 @@ /*****

tslib_1.__exportStar(require("./cert-management-bc/"), exports);
tslib_1.__exportStar(require("./foreign-exchange-bc"), exports);
tslib_1.__exportStar(require("./foreign-exchange-bc/"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@mojaloop/platform-shared-lib-public-messages-lib",
"version": "0.5.11",
"version": "0.5.12",
"description": "mojaloop vnext platform shared libraries - public messages lib",

@@ -38,6 +38,6 @@ "license": "Apache-2.0",

"dependencies": {
"@mojaloop/platform-shared-lib-messaging-types-lib": "~0.5.4"
"@mojaloop/platform-shared-lib-messaging-types-lib": "~0.5.5"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",

@@ -44,0 +44,0 @@ "npm-check-updates": "^16.14.15",

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