Socket
Socket
Sign inDemoInstall

@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.1 to 0.1.2-alpha-20240729084111-e77361f66f389f0ddd518a2a7b9c3226357369c4

cjs/index.js

43

package.json
{
"name": "@whatwg-node/events",
"version": "0.1.1",
"version": "0.1.2-alpha-20240729084111-e77361f66f389f0ddd518a2a7b9c3226357369c4",
"description": "Cross Platform Smart Event API Ponyfill",
"sideEffects": false,
"dependencies": {
"tslib": "^2.6.3"
},
"repository": {

@@ -13,16 +17,27 @@ "type": "git",

"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"main": "dist/node-ponyfill.js",
"browser": "dist/global-ponyfill.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "typings/index.d.ts",
"typescript": {
"definition": "typings/index.d.ts"
},
"sideEffects": false,
"bob": false,
"denoify": {
"index": "dist/deno-ponyfill.ts"
},
"react-native": "dist/global-ponyfill.js"
}
"exports": {
".": {
"require": {
"types": "./typings/index.d.cts",
"default": "./cjs/index.js"
},
"import": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
},
"default": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
}
},
"./package.json": "./package.json"
}
}
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