servicebus
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -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.1.0", | ||
"version": "2.1.1", | ||
"author": "Matt Walters <mattwalters5@gmail.com>", | ||
@@ -30,17 +30,17 @@ "contributors": [ | ||
"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": "^15.12.3", | ||
"servicebus-retry": "0.0.12", | ||
"should": "7.1.0", | ||
"sinon": "~1.17.1", | ||
"servicebus-retry": "0.0.13", | ||
"should": "13.2.3", | ||
"sinon": "~7.1.1", | ||
"travis-deploy-once": "^5.0.9" | ||
@@ -47,0 +47,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
69296
+ Addeduuid@^3.3.2
+ Addeddebug@4.4.0(transitive)
+ Addedms@2.1.3(transitive)
+ Addeduuid@3.4.0(transitive)
- Removednode-uuid@^1.4.3
- Removednode-uuid@1.4.8(transitive)
Updateddebug@^4.1.0