webext-schema
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -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" | ||
} |
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
3381142
95442