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

@node-ts/bus-messages

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-ts/bus-messages - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

2

dist/message-attributes.js

@@ -9,2 +9,4 @@ "use strict";

constructor(properties) {
this.attributes = {};
this.stickyAttributes = {};
if (!!properties) {

@@ -11,0 +13,0 @@ const { correlationId, attributes, stickyAttributes } = properties;

4

package.json
{
"name": "@node-ts/bus-messages",
"description": "A core set of message definitions for distributed applications.",
"version": "0.1.9",
"version": "0.1.10",
"license": "MIT",

@@ -37,3 +37,3 @@ "main": "./dist/index.js",

],
"gitHead": "fc984b77eedbd3e0d48f52d888c6ad5795faa145"
"gitHead": "027b8fdd3d4e740380b135d5ea931ce00f081c7b"
}

@@ -49,2 +49,5 @@ type Uuid = string

}) {
this.attributes = {} as AttributeType
this.stickyAttributes = {} as StickyAttributeType
if (!!properties) {

@@ -51,0 +54,0 @@ const { correlationId, attributes, stickyAttributes } = properties

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