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

can-dom-events

Package Overview
Dependencies
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-dom-events - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

3

can-dom-events.js

@@ -9,3 +9,4 @@ 'use strict';

* @module {{}} can-dom-events
* @parent can-infrastructure
* @parent can-dom-utilities
* @collection can-infrastructure
* @package ./package.json

@@ -12,0 +13,0 @@ * @description Dispatch and listen to DOM Events.

{
"name": "can-dom-events",
"description": "Listen for native and custom DOM events",
"version": "1.0.4",
"version": "1.0.5",
"author": {

@@ -18,2 +18,3 @@ "name": "Chris Andrejewski",

"devDependencies": {
"detect-cyclic-packages": "^1.1.0",
"fixpack": "^2.3.1",

@@ -43,2 +44,3 @@ "jquery": "^3.2.1",

"build": "node build.js",
"detect-cycle": "detect-cyclic-packages --ignore done-serve",
"install-canary": "npm install --no-shrinkwrap",

@@ -49,5 +51,5 @@ "install-locked": "npm install",

"preversion": "npm test && npm run build",
"test": "npm run lint && npm run testee",
"test": "npm run detect-cycle && npm run lint && npm run testee",
"testee": "testee test.html --browsers firefox"
}
}
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