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

webext-tools

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webext-tools - npm Package Compare versions

Comparing version
4.0.0
to
4.0.1
+1
-1
distribution/create-context-menu.d.ts
export type ClickListener = (data: chrome.contextMenus.OnClickData, tab: chrome.tabs.Tab) => void;
export default function createContextMenu(settings: Omit<chrome.contextMenus.CreateProperties, 'contexts'> & {
id: string;
contexts?: chrome.contextMenus.ContextType[];
contexts?: Array<`${chrome.contextMenus.ContextType}`>;
}): Promise<void>;
{
"name": "webext-tools",
"version": "4.0.0",
"version": "4.0.1",
"description": "Utility functions for Web Extensions",

@@ -5,0 +5,0 @@ "keywords": [