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

@whatwg-node/events

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@whatwg-node/events - npm Package Compare versions

Comparing version 0.1.0-alpha-20230515121132-c9d0290 to 0.1.0-alpha-20230515122002-69eff9e

2

CHANGELOG.md
# @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": {

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