devtools-contextmenu
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -8,3 +8,3 @@ /* This Source Code Form is subject to the terms of the Mozilla Public | ||
function inToolbox() { | ||
return window.parent.document.documentURI == "about:devtools-toolbox"; | ||
return !window || window.parent.document.documentURI == "about:devtools-toolbox"; | ||
} | ||
@@ -11,0 +11,0 @@ |
{ | ||
"name": "devtools-contextmenu", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "DevTools Contextmenu", | ||
@@ -12,4 +12,4 @@ "main": "menu.js", | ||
"dependencies": { | ||
"devtools-modules": "^0.0.38" | ||
"devtools-modules": "^0.0.39" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6359
+ Addeddevtools-modules@0.0.39(transitive)
- Removeddevtools-modules@0.0.38(transitive)
Updateddevtools-modules@^0.0.39