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.0 to 2.3.1

6

modules/browser.js

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

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 === 'extension' && info);
} catch (e) {
logErr(e);
}

@@ -305,0 +307,0 @@ }

@@ -51,3 +51,3 @@ {

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