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

@node-ts/bus-core

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.1.14 to 0.1.15

6

package.json
{
"name": "@node-ts/bus-core",
"version": "0.1.14",
"version": "0.1.15",
"description": "A message bus abstraction to build simple distributed applications in Node.",

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

"dependencies": {
"@node-ts/bus-messages": "^0.1.3",
"@node-ts/bus-messages": "^0.1.4",
"@types/node": "^11.13.4",

@@ -49,3 +49,3 @@ "autobind-decorator": "^2.4.0",

],
"gitHead": "a07ced2ef5d635c4e727b98d3ffb64a83a799360"
"gitHead": "9034f121b02ecb25876b0f454017c73afaca5d50"
}
# @node-ts/bus-core
[![Greenkeeper badge](https://badges.greenkeeper.io/node-ts/bus.svg)](https://greenkeeper.io/)
[![CircleCI](https://circleci.com/gh/node-ts/bus/tree/master.svg?style=svg)](https://circleci.com/gh/node-ts/bus/tree/master)
[![CircleCI](https://circleci.com/gh/node-ts/bus/tree/master.svg?style=svg)](https://circleci.com/gh/node-ts/bus/tree/master)[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)

@@ -6,0 +6,0 @@ The core messaging framework. This package provides an in-memory queue and persistence by default, but is designed to be used with other @node-ts/bus-* packages that provide compatibility with other transports (SQS, RabbitMQ, Azure Queues) and persistence technologies (PostgreSQL, SQL Server, Oracle).

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