New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

can-queues

Package Overview
Dependencies
Maintainers
3
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.11 to 0.2.12

.npmignore

2

can-queues.js

@@ -117,3 +117,3 @@ var canDev = require( 'can-util/js/dev/dev' );

tasks.forEach( function ( fn ) {
var meta = makeMeta !== undefined ? makeMeta( fn, context, args ) : {};
var meta = makeMeta != null ? makeMeta( fn, context, args ) : {};
meta.reasonLog = reasonLog;

@@ -120,0 +120,0 @@ QUEUE.enqueue( fn, context, args, meta );

{
"name": "can-queues",
"version": "0.2.11",
"version": "0.2.12",
"description": "A light weight JavaScript task queue",

@@ -5,0 +5,0 @@ "homepage": "",

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