New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

webext-tools

Package Overview
Dependencies
Maintainers
0
Versions
18
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 2.0.0 to 2.0.1

2

index.js
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)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc