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.21.0 to 0.22.0

6

lib/browsingData.d.ts

@@ -35,2 +35,8 @@ /**

/**
* Only remove data associated with this specific cookieStoreId.
* Optional.
*/
cookieStoreId?: string;
/**
* An object whose properties specify which origin types ought to be cleared. If this object isn't specified, it defaults to clearing only "unprotected" origins. Please ensure that you <em>really</em> want to remove application data before adding 'protectedWeb' or 'extensions'.

@@ -37,0 +43,0 @@ * Optional.

12

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

@@ -42,3 +42,3 @@ "keywords": [

"dependencies": {
"webextension-polyfill": "^0.6.0"
"webextension-polyfill": "^0.7.0"
},

@@ -49,10 +49,10 @@ "devDependencies": {

"@lusito/stylelint-config": "^1.2.0",
"@types/node": "^14.10.1",
"@types/node": "^14.14.7",
"@types/rimraf": "^3.0.0",
"got": "^11.6.2",
"got": "^11.8.0",
"rimraf": "^3.0.2",
"sort-package-json": "^1.44.0",
"sort-package-json": "^1.46.1",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
"typescript": "^4.0.5"
}
}
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