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

devtools-contextmenu

Package Overview
Dependencies
Maintainers
1
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.1 to 0.0.2

4

menu.js

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

if (!isFirefoxPanel()) {
if (!inToolbox()) {
Menu.prototype.createPopup = createPopup;

@@ -90,3 +90,3 @@ }

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

@@ -93,0 +93,0 @@ return;

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

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

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