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

devtools-contextmenu

Package Overview
Dependencies
Maintainers
11
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devtools-contextmenu - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

menu.js

@@ -95,3 +95,3 @@ /* This Source Code Form is subject to the terms of the Mozilla Public

if (inToolbox()) {
menu.popup(evt.screenX, evt.screenY, { doc: window.parent.document });
menu.popup(evt.screenX, evt.screenY, window.parent.document);
return;

@@ -101,3 +101,3 @@ }

menu.on("open", (_, popup) => onShown(menu, popup));
menu.popup(evt.clientX, evt.clientY, { doc: document });
menu.popup(evt.clientX, evt.clientY, document);
}

@@ -104,0 +104,0 @@

{
"name": "devtools-contextmenu",
"version": "1.0.3",
"version": "1.0.4",
"description": "DevTools Contextmenu",

@@ -12,4 +12,4 @@ "main": "menu.js",

"dependencies": {
"devtools-modules": "~1.1.1"
"devtools-modules": "~1.1.2"
}
}
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