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.2.2 to 2.3.0

2

bus/middleware/correlate.js

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

var newId = require('node-uuid');
var newId = require('uuid/v1');

@@ -3,0 +3,0 @@ function addCorrelationId (queueName, message, options, next) {

var cluster = require('cluster');
var events = require('events'),
fs = require('fs'),
newId = require('node-uuid'),
newId = require('uuid/v1'),
path = require('path'),

@@ -6,0 +6,0 @@ util = require('util');

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

@@ -17,3 +17,4 @@ "contributors": [

"test:staging": "mocha -R spec --recursive --exit",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},

@@ -23,3 +24,3 @@ "homepage": "https://github.com/mateodelnorte/servicebus",

"type": "git",
"url": "git://github.com/mateodelnorte/servicebus.git"
"url": "https://github.com/mateodelnorte/servicebus.git"
},

@@ -31,17 +32,18 @@ "engines": {

"amqplib": "^0.5.2",
"debug": "^2.2.0",
"debug": "^4.1.0",
"extend": "^3.0.0",
"node-uuid": "^1.4.3",
"readable-id-mjs": "^1.0.0"
"readable-id-mjs": "^1.0.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"commitizen": "^2.9.6",
"commitizen": "^3.0.5",
"cz-conventional-changelog": "^2.1.0",
"jest": "^22.0.4",
"jest": "^23.6.0",
"longjohn": "~0.2.9",
"mocha": ">=2.3.3",
"semantic-release": "^11.0.2",
"servicebus-retry": "0.0.12",
"should": "7.1.0",
"sinon": "~1.17.1"
"semantic-release": "^15.12.3",
"servicebus-retry": "0.0.13",
"should": "13.2.3",
"sinon": "~7.1.1",
"travis-deploy-once": "^5.0.9"
},

@@ -48,0 +50,0 @@ "optionalDependencies": {},

@@ -186,1 +186,7 @@ [![Build Status](https://travis-ci.org/mateodelnorte/servicebus.svg?branch=master)](https://travis-ci.org/mateodelnorte/servicebus)

Retry provides ability to specify a max number of times an erroring message will be retried before being placed on an error queue. The retry middleware requires the correlate middleware.
# Contributing
servicebus uses `semantic-release` for deploys.
Commits must follow [Conventional Changelog](https://github.com/conventional-changelog/conventional-changelog) to accurately calculate new versions.

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