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

webext-content-scripts

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webext-content-scripts - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

3

index.js

@@ -45,2 +45,3 @@ import chromeP from 'webext-polyfill-kinda';

code: `(${function_.toString()})(...${JSON.stringify(args)})`,
matchAboutBlank: true, // Needed for `srcdoc` frames; doesn't hurt normal pages
frameId,

@@ -173,3 +174,3 @@ });

const blockedPrefixes = [
'chrome.google.com/webstore',
'chrome.google.com/webstore', // Host *and* pathname
'chromewebstore.google.com',

@@ -176,0 +177,0 @@ 'accounts-static.cdn.mozilla.net',

{
"name": "webext-content-scripts",
"version": "2.6.0",
"version": "2.6.1",
"description": "Utility functions to inject content scripts in WebExtensions, for Manifest v2 and v3",

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

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