webext-tools
Advanced tools
Comparing version 2.0.0 to 2.0.1
import chromeP from 'webext-polyfill-kinda'; | ||
import { executeFunction } from 'webext-content-scripts'; | ||
import { isChrome } from 'webext-detect-page'; | ||
import { isChrome } from 'webext-detect'; | ||
export function castTarget(target) { | ||
@@ -5,0 +5,0 @@ return typeof target === 'object' |
{ | ||
"name": "webext-tools", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Utility functions for Web Extensions, manifest v2 and v3", | ||
@@ -40,4 +40,4 @@ "keywords": [ | ||
"dependencies": { | ||
"webext-content-scripts": "^2.6.1", | ||
"webext-detect-page": "^5.0.1", | ||
"webext-content-scripts": "^2.7.0", | ||
"webext-detect": "^5.0.2", | ||
"webext-polyfill-kinda": "^1.0.2" | ||
@@ -44,0 +44,0 @@ }, |
@@ -104,3 +104,3 @@ # webext-tools [![npm version](https://img.shields.io/npm/v/webext-tools.svg)](https://www.npmjs.com/package/webext-tools) | ||
- [webext-options-sync](https://github.com/fregante/webext-options-sync) - Helps you manage and autosave your extension's options. | ||
- [webext-detect-page](https://github.com/fregante/webext-detect-page) - Detects where the current browser extension code is being run. | ||
- [webext-detect](https://github.com/fregante/webext-detect) - Detects where the current browser extension code is being run. | ||
- [webext-dynamic-content-scripts](https://github.com/fregante/webext-dynamic-content-scripts) - Automatically registers your content_scripts on domains added via permission.request | ||
@@ -107,0 +107,0 @@ - [More…](https://github.com/fregante/webext-fun) |
9265
+ Addedwebext-detect@^5.0.2
+ Addedwebext-detect@5.3.2(transitive)
- Removedwebext-detect-page@^5.0.1
- Removedwebext-detect-page@5.0.1(transitive)