Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

can-queues

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-queues - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

2

package.json
{
"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 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc