Comparing version 0.0.5 to 0.0.6
@@ -5,3 +5,3 @@ 'use strict'; | ||
var zmq = require('zmq'); | ||
var mdns = require('mdns'); | ||
var mdns = require('mdns2'); | ||
var mout = require('mout'); | ||
@@ -8,0 +8,0 @@ var uuid = require('node-uuid'); |
{ | ||
"name": "1", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "distributed message queue based on ØMQ", | ||
@@ -27,3 +27,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"mdns": "https://github.com/agnat/node_mdns/tarball/master", | ||
"mdns2": "~2.1.3", | ||
"zmq": "~2.4.0", | ||
@@ -30,0 +30,0 @@ "mout": "~0.2.0", |
Sorry, the diff of this file is not supported yet
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
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 1 instance in 1 package
19115
0
+ Addedmdns2@~2.1.3
+ Addedmdns2@2.1.4(transitive)
- Removedmdns@https://github.com/agnat/node_mdns/tarball/master