Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webextension-polyfill-ts

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webextension-polyfill-ts - npm Package Compare versions

Comparing version 0.20.0 to 0.21.0

lib/declarativeContent.d.ts

3

lib/index.d.ts

@@ -13,2 +13,3 @@ import { ActivityLog } from "./activityLog";

import { Cookies } from "./cookies";
import { DeclarativeContent } from "./declarativeContent";
import { Devtools } from "./devtools";

@@ -66,2 +67,3 @@ import { Dns } from "./dns";

export { Cookies } from "./cookies";
export { DeclarativeContent } from "./declarativeContent";
export { Devtools } from "./devtools";

@@ -127,2 +129,3 @@ export { DevtoolsInspectedWindow } from "./devtools_inspectedWindow";

cookies: Cookies.Static;
declarativeContent: DeclarativeContent.Static;
devtools: Devtools.Static;

@@ -129,0 +132,0 @@ dns: Dns.Static;

2

package.json
{
"name": "webextension-polyfill-ts",
"version": "0.20.0",
"version": "0.21.0",
"description": "webextension-polyfill for TypeScript",

@@ -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