webext-detect-page
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -42,4 +42,3 @@ export declare function disableWebextDetectPageCache(): void; | ||
}; | ||
type ContextName = keyof typeof contextNames; | ||
export type ContextName = keyof typeof contextNames; | ||
export declare function getContextName(): ContextName | 'unknown'; | ||
export {}; |
{ | ||
"name": "webext-detect-page", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Detects where the current browser extension code is being run. Compatible with Firefox, Chrome and derivates.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
13937
149