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.3.1 to 2.3.2

13

modules/browser.js

@@ -257,5 +257,7 @@ /**

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

@@ -303,3 +305,6 @@ logErr(e);

const arr = await management.getAll();
res = arr.filter(info => info.type && info.type === 'extension' && info);
if (Array.isArray(arr) && arr.length) {
res =
arr.filter(info => info.type && info.type === 'extension' && info);
}
} catch (e) {

@@ -306,0 +311,0 @@ logErr(e);

@@ -44,3 +44,3 @@ {

"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.2.7",
"eslint-plugin-jsdoc": "^39.2.8",
"eslint-plugin-node": "^11.1.0",

@@ -52,3 +52,3 @@ "eslint-plugin-promise": "^6.0.0",

},
"version": "2.3.1"
"version": "2.3.2"
}
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