larvitamintercom
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -217,2 +217,6 @@ 'use strict'; | ||
returnObj.cancel = function cancel(cb) { | ||
if (typeof cb !== 'function') { | ||
cb = function() {}; | ||
} | ||
if (returnObj.data === undefined || returnObj.data['consumer-tag'] === undefined) { | ||
@@ -586,2 +590,6 @@ const err = new Error('No consumer tag is defined, consume have probably not been started yet.'); | ||
returnObj.cancel = function cancel(cb) { | ||
if (typeof cb !== 'function') { | ||
cb = function() {}; | ||
} | ||
if (returnObj.data === undefined || returnObj.data['consumer-tag'] === undefined) { | ||
@@ -588,0 +596,0 @@ const err = new Error('No consumer tag is defined, consume have probably not been started yet.'); |
{ | ||
"name": "larvitamintercom", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
42801
958
2