Socket
Socket
Sign inDemoInstall

simulate-event

Package Overview
Dependencies
1
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "simulate-event",
"version": "1.0.0",
"version": "1.0.1",
"description": "A library for triggering DOM events.",

@@ -5,0 +5,0 @@ "main": "simulate-event.js",

@@ -6,2 +6,2 @@

export
function simulate(element: HTMLElement, type: string, options?: any): boolean;
function simulate(element: EventTarget, type: string, options?: any): boolean;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc