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

@mojaloop/platform-shared-lib-messaging-types-lib

Package Overview
Dependencies
Maintainers
5
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mojaloop/platform-shared-lib-messaging-types-lib - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

5

dist/messages.d.ts

@@ -67,2 +67,3 @@ /*****

abstract fspiopOpaqueState: any;
abstract tracingInfo?: any;
abstract validatePayload(): void;

@@ -73,2 +74,3 @@ }

fspiopOpaqueState: any;
tracingInfo: any;
abstract validatePayload(): void;

@@ -79,2 +81,3 @@ }

fspiopOpaqueState: any;
tracingInfo: any;
abstract validatePayload(): void;

@@ -85,2 +88,3 @@ }

fspiopOpaqueState: any;
tracingInfo: any;
sourceMessageName: string;

@@ -92,3 +96,4 @@ abstract validatePayload(): void;

fspiopOpaqueState: any;
tracingInfo: any;
abstract validatePayload(): void;
}

4

dist/messages.js

@@ -55,2 +55,3 @@ /*****

fspiopOpaqueState = null;
tracingInfo = undefined;
}

@@ -61,2 +62,3 @@ exports.StateEventMsg = StateEventMsg;

fspiopOpaqueState = null;
tracingInfo = undefined;
}

@@ -67,2 +69,3 @@ exports.DomainEventMsg = DomainEventMsg;

fspiopOpaqueState = null;
tracingInfo = undefined;
sourceMessageName; // this should include the name of the message being processed when the error happened

@@ -74,4 +77,5 @@ }

fspiopOpaqueState = null;
tracingInfo = undefined;
}
exports.CommandMsg = CommandMsg;
//# sourceMappingURL=messages.js.map

2

package.json
{
"name": "@mojaloop/platform-shared-lib-messaging-types-lib",
"version": "0.6.1",
"version": "0.6.2",
"description": "mojaloop vnext platform shared libraries - generic messaging types lib",

@@ -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