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
2
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.3.1 to 0.3.2

1

dist/command.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Command = void 0;
const message_1 = require("./message");

@@ -4,0 +5,0 @@ class Command extends message_1.Message {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Event = void 0;
const message_1 = require("./message");

@@ -4,0 +5,0 @@ class Event extends message_1.Message {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MessageAttributes = void 0;
/**

@@ -4,0 +5,0 @@ * Options that control the behaviour around how the message is sent and

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Message = void 0;
class Message {

@@ -4,0 +5,0 @@ }

6

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

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

"@node-ts/code-standards": "^0.0.10",
"typescript": "^3.3.3"
"typescript": "^4.3.5"
},

@@ -38,3 +38,3 @@ "keywords": [

],
"gitHead": "2fad73410a7338dc0d89039085564e68ab68c58a"
"gitHead": "9c29dcef5e9a60c07f1d9716598e6f64bfc024c3"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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