🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

webext-bugs

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webext-bugs - npm Package Compare versions

Comparing version
2.0.1
to
2.0.2
+1
-1
distribution/options-menu-item.js
import { isChrome } from 'webext-detect';
import { createContextMenu } from 'webext-tools';
import createContextMenu from 'webext-tools/create-context-menu.js';
const manifest = chrome.runtime.getManifest();

@@ -4,0 +4,0 @@ if (!manifest.options_page && !manifest.options_ui) {

{
"name": "webext-bugs",
"version": "2.0.1",
"version": "2.0.2",
"description": "WebExtension module: Useful fixes and workarounds for browser extension shortcomings",

@@ -38,3 +38,3 @@ "keywords": [

"webext-detect": "^5.3.2",
"webext-tools": "^3.0.0"
"webext-tools": "^4.0.2"
},

@@ -41,0 +41,0 @@ "devDependencies": {