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 1.0.4 to 1.0.6

17

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

@@ -9,9 +9,2 @@ "main": "./dist/index.js",

"repository": "github:node-ts/bus.git",
"scripts": {
"clean": "rm -rf dist",
"build": "tsc --project tsconfig.json --declaration",
"build:watch": "yarn run build --incremental --watch --preserveWatchOutput",
"lint": "tslint --project tsconfig.json 'src/**/*.ts'",
"lint:fix": "yarn lint --fix"
},
"publishConfig": {

@@ -39,3 +32,7 @@ "access": "public"

],
"gitHead": "50c04224dce167a1241760b52d1c950cdd937107"
}
"scripts": {
"clean": "rm -rf dist",
"build": "tsc --project tsconfig.json --declaration",
"build:watch": "pnpm run build --incremental --watch --preserveWatchOutput"
}
}

@@ -7,3 +7,3 @@ # @node-ts/bus-messages

🤔 Have a question? [Join our Discord](https://discord.gg/Gg7v4xt82X) 🤔
🤔 Have a question? [Join the Discussion](https://github.com/node-ts/bus/discussions) 🤔

@@ -16,2 +16,2 @@ ## Installation

npm install @node-ts/bus-messages
```
```

@@ -7,4 +7,6 @@ type Uuid = string

export type Attributes<AttributesType extends MessageAttributeMap> = AttributesType
export type StickyAttributes<StickyAttributesType extends MessageAttributeMap> = StickyAttributesType
export type Attributes<AttributesType extends MessageAttributeMap> =
AttributesType
export type StickyAttributes<StickyAttributesType extends MessageAttributeMap> =
StickyAttributesType

@@ -48,2 +50,1 @@ /**

}
{
"extends": "../../tsconfig.json",
"include": [
"src/**/*.ts"
],
"include": ["src/**/*.ts"],
"compilerOptions": {

@@ -7,0 +5,0 @@ "outDir": "./dist"

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