can-event-queue
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -77,5 +77,5 @@ var canDev = require("can-util/js/dev/dev"); | ||
if (!event.makeMeta) { | ||
event.makeMeta = function makeMeta(handler, context, args) { | ||
event.makeMeta = function makeMeta(handler) { | ||
return { | ||
log: [ canReflect.getName(handler), "called because" ].concat(args[0].reasonLog), | ||
log: [ canReflect.getName(handler) ] | ||
}; | ||
@@ -82,0 +82,0 @@ }; |
@@ -1,2 +0,2 @@ | ||
/*can-event-queue@0.2.0#can-event-queue*/ | ||
/*can-event-queue@0.2.1#can-event-queue*/ | ||
define([ | ||
@@ -3,0 +3,0 @@ 'require', |
@@ -1,2 +0,2 @@ | ||
/*can-event-queue@0.2.0#can-event-queue*/ | ||
/*can-event-queue@0.2.1#can-event-queue*/ | ||
var canDev = require('can-util/js/dev/dev'); | ||
@@ -3,0 +3,0 @@ var assign = require('can-util/js/assign/assign'); |
@@ -130,3 +130,3 @@ /*[global-shim-start]*/ | ||
/*can-event-queue@0.2.0#can-event-queue*/ | ||
/*can-event-queue@0.2.1#can-event-queue*/ | ||
define('can-event-queue', [ | ||
@@ -133,0 +133,0 @@ 'require', |
{ | ||
"name": "can-event-queue", | ||
"main": "./can-event-queue.js", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A event mixin that uses queues to dispatch handlers", | ||
@@ -6,0 +6,0 @@ "homepage": "", |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
1
33802
16