can-queues
Advanced tools
Comparing version 0.2.6 to 0.2.7
{ | ||
"name": "can-queues", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "A light weight JavaScript task queue", | ||
@@ -5,0 +5,0 @@ "homepage": "", |
@@ -48,3 +48,3 @@ var queueState = require("./queue-state"); | ||
if(this._log === true || this._log === "flush") { | ||
var log = task.meta && task.meta.log ? task.meta.log : [task.fn.name, task]; | ||
var log = task.meta.log ? task.meta.log.concat(task) : [task.fn.name, task]; | ||
canDev.log.apply(canDev, [this.name + " running :"].concat(log)); | ||
@@ -51,0 +51,0 @@ } |
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
0