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

devtools-contextmenu

Package Overview
Dependencies
Maintainers
4
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 0.0.2 to 0.0.3

3

menu.js

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

let subMenuNode = menuItemNode.querySelector("menupopup");
let { left, top, width } = popup.getBoundingClientRect();
let { top } = menuItemNode.getBoundingClientRect();
let { left, width } = popup.getBoundingClientRect();
subMenuNode.style.setProperty("left", `${left + width}px`);

@@ -115,0 +116,0 @@ subMenuNode.style.setProperty("top", `${top}px`);

{
"name": "devtools-contextmenu",
"version": "0.0.2",
"version": "0.0.3",
"description": "DevTools Contextmenu",

@@ -5,0 +5,0 @@ "main": "menu.js",

### DevTools ContextMenu
The devtools contemenu is an HTML shim, which lets us create
fake contextmenus in HTML namespaces and real contxt menus in the
fierfox toolbox.
The devtools contextmenu is an HTML shim, which lets us create
fake contextmenus in HTML namespaces and real context menus in the
firefox toolbox.
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