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

servicebus

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

servicebus - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

renovate.json

30

package.json
{
"name": "servicebus",
"description": "Simple service bus for sending events between processes using amqp.",
"version": "2.3.0",
"version": "2.3.1",
"author": "Matt Walters <mattwalters5@gmail.com>",

@@ -16,5 +16,3 @@ "contributors": [

"test:watch": "NODE_ENV=test jest --config jest.json --watch --coverage --verbose",
"test:staging": "mocha -R spec --recursive --exit",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
"test:staging": "mocha -R spec --recursive --exit"
},

@@ -30,19 +28,17 @@ "homepage": "https://github.com/mateodelnorte/servicebus",

"dependencies": {
"amqplib": "^0.5.2",
"debug": "^4.1.0",
"extend": "^3.0.0",
"readable-id-mjs": "^1.0.0",
"uuid": "^3.3.2"
"amqplib": "0.5.3",
"debug": "4.1.1",
"extend": "3.0.2",
"readable-id-mjs": "1.0.0",
"uuid": "3.3.2"
},
"devDependencies": {
"commitizen": "^3.0.5",
"cz-conventional-changelog": "^2.1.0",
"jest": "^23.6.0",
"longjohn": "~0.2.9",
"mocha": ">=2.3.3",
"semantic-release": "^15.12.3",
"commitizen": "3.0.5",
"cz-conventional-changelog": "2.1.0",
"jest": "23.6.0",
"longjohn": "0.2.12",
"mocha": "5.2.0",
"servicebus-retry": "0.0.13",
"should": "13.2.3",
"sinon": "~7.1.1",
"travis-deploy-once": "^5.0.9"
"sinon": "7.2.2"
},

@@ -49,0 +45,0 @@ "optionalDependencies": {},

@@ -1,2 +0,2 @@

[![Build Status](https://travis-ci.org/mateodelnorte/servicebus.svg?branch=master)](https://travis-ci.org/mateodelnorte/servicebus)
[![Build Status](https://travis-ci.org/mateodelnorte/servicebus.svg?branch=master)](https://travis-ci.org/mateodelnorte/servicebus) [![Greenkeeper badge](https://badges.greenkeeper.io/mateodelnorte/servicebus.svg)](https://greenkeeper.io/)

@@ -3,0 +3,0 @@ # servicebus

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