Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement →
Sign In

webext-bugs

Package Overview
Dependencies
Maintainers
1
Versions
8
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
1.1.1
to
1.1.2
+1
-1
distribution/options-menu-item.js

@@ -12,3 +12,3 @@ import { isChrome } from 'webext-detect';

id: 'WEBEXT_BUGS_OPTIONS',
title: 'Options…',
title: 'Options',
contexts: 'action' in chrome ? ['action'] : ['browser_action'],

@@ -15,0 +15,0 @@ onclick: async () => chrome.runtime.openOptionsPage(),

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

@@ -34,16 +34,5 @@ "keywords": [

},
"xo": {
"envs": [
"browser"
],
"globals": [
"chrome"
],
"rules": {
"import/no-unassigned-import": "off"
}
},
"dependencies": {
"filter-altered-clicks": "^2.1.1",
"webext-alert": "^1.0.3",
"webext-alert": "^1.1.0",
"webext-detect": "^5.3.2",

@@ -54,8 +43,9 @@ "webext-polyfill-kinda": "^1.0.2",

"devDependencies": {
"@parcel/config-webextension": "^2.13.3",
"@sindresorhus/tsconfig": "^7.0.0",
"@types/chrome": "^0.0.299",
"parcel": "^2.13.3",
"typescript": "^5.7.3",
"xo": "^0.60.0"
"@parcel/config-webextension": "^2.16.4",
"@sindresorhus/tsconfig": "^8.1.0",
"@types/chrome": "^0.1.39",
"globals": "^17.4.0",
"parcel": "^2.16.4",
"typescript": "^6.0.2",
"xo": "^2.0.2"
},

@@ -62,0 +52,0 @@ "engines": {