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

webext-schema

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webext-schema - npm Package Compare versions

Comparing version 2.2.2 to 2.3.0

6

modules/browser.js

@@ -255,7 +255,9 @@ /**

const { management } = browser;
const arr = await management.getAll();
if (Array.isArray(arr)) {
try {
const arr = await management.getAll();
res = arr.filter(info =>
info.type && info.type === 'theme' && info.enabled && info
);
} catch (e) {
logErr(e);
}

@@ -262,0 +264,0 @@ }

@@ -32,17 +32,17 @@ {

"camelize": "^1.0.0",
"commander": "^9.1.0",
"commander": "^9.2.0",
"decamelize": "^6.0.0",
"json5": "^2.2.1",
"node-fetch": "^3.2.3",
"sinon": "^13.0.1"
"sinon": "^13.0.2"
},
"devDependencies": {
"c8": "^7.11.0",
"c8": "^7.11.2",
"chai": "^4.3.6",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^37.9.7",
"eslint": "^8.14.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.2.7",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-promise": "^6.0.0",
"mocha": "^9.2.2",

@@ -52,3 +52,3 @@ "nock": "^13.2.4",

},
"version": "2.2.2"
"version": "2.3.0"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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