Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "jqueue", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "MySQL backed plugable Node.js job queue based on the Beanstalk Job Lifecycle", | ||
@@ -5,0 +5,0 @@ "devDependencies": { |
function callBack(cb, error, data, other) { | ||
if(cb) { | ||
console.log(cb); | ||
try { | ||
@@ -5,0 +4,0 @@ cb(error, data, other); |
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
195244
1893