webextension-polyfill-ts
Advanced tools
Comparing version 0.21.0 to 0.22.0
@@ -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. |
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
433674
10940
+ Addedwebextension-polyfill@0.7.0(transitive)
- Removedwebextension-polyfill@0.6.0(transitive)
Updatedwebextension-polyfill@^0.7.0