axon-priority
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "axon-priority", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "priority module for axon", | ||
@@ -10,7 +10,7 @@ "main": "index.js", | ||
"dependencies": { | ||
"debug" : "*" | ||
}, | ||
"devDependencies": { | ||
"axon": "~1.0.0", | ||
"should" : "*", | ||
"debug" : "*" | ||
"should" : "*" | ||
}, | ||
@@ -17,0 +17,0 @@ "scripts": { |
@@ -13,6 +13,6 @@ Axon-Priority | ||
var axon = require('axon'); | ||
var axon-priority = require('axon-priority'); | ||
var axonPriority = require('axon-priority'); | ||
var req = axon.socket('req'); | ||
axon-priority.patchSocket(req); | ||
axonPriority.patchSocket(req); | ||
@@ -19,0 +19,0 @@ // continue to use the socket as you normally would... |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
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
2
11511
1
2
+ Addeddebug@*
+ Addeddebug@4.3.7(transitive)
+ Addedms@2.1.3(transitive)