can-queues
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -5,2 +5,3 @@ var QUnit = require( 'steal-qunit' ); | ||
var CompletionQueue = require( "./completion-queue" ); | ||
var testHelpers = require("can-test-helpers"); | ||
@@ -425,3 +426,3 @@ QUnit.module( 'can-queues' ); | ||
QUnit.test(".lastTask()", function(){ | ||
testHelpers.dev.devOnlyTest(".lastTask()", function(){ | ||
function notify () { | ||
@@ -437,3 +438,3 @@ var lastTask = queues.lastTask(); | ||
QUnit.test(".stack(lastTask)", function(){ | ||
testHelpers.dev.devOnlyTest(".stack(lastTask)", function(){ | ||
var lastTask; | ||
@@ -461,3 +462,3 @@ var outerNotify, innerNotify; | ||
QUnit.test(".runAsTask(fn)", function(){ | ||
testHelpers.dev.devOnlyTest(".runAsTask(fn)", function(){ | ||
var lastTask; | ||
@@ -464,0 +465,0 @@ var outerNotify, innerNotify; |
{ | ||
"name": "can-queues", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A light weight JavaScript task queue", | ||
@@ -46,2 +46,3 @@ "homepage": "", | ||
"devDependencies": { | ||
"can-test-helpers": "^1.1.2", | ||
"docco": "^0.7.0", | ||
@@ -48,0 +49,0 @@ "done-serve": "^1.0.0", |
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
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
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
234991
867
10
1