@whatwg-node/events
Advanced tools
Comparing version 0.1.0-alpha-20230515121132-c9d0290 to 0.1.0-alpha-20230515122002-69eff9e
# @whatwg-node/events | ||
## 0.1.0-alpha-20230515121132-c9d0290 | ||
## 0.1.0-alpha-20230515122002-69eff9e | ||
@@ -5,0 +5,0 @@ ### Minor Changes |
module.exports.CustomEvent = globalThis.CustomEvent; | ||
if (!module.exports.CustomEvent) { | ||
module.exports.CustomEvent = class CustomEvent extends module.exports.Event { | ||
module.exports.CustomEvent = class CustomEvent extends Event { | ||
constructor(type, options) { | ||
@@ -5,0 +5,0 @@ super(type, options); |
{ | ||
"name": "@whatwg-node/events", | ||
"version": "0.1.0-alpha-20230515121132-c9d0290", | ||
"version": "0.1.0-alpha-20230515122002-69eff9e", | ||
"description": "Cross Platform Smart Event API Ponyfill", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
3871