webext-schema
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -400,3 +400,4 @@ /** | ||
const itemKey = namespace.replace(/\./g, "").toLowerCase(); | ||
if (fileKey === itemKey || fileKey.startsWith(itemKey) || $import) { | ||
if (fileKey === itemKey || fileKey.startsWith(itemKey) || | ||
itemKey.startsWith(fileKey) || $import) { | ||
const mapKey = []; | ||
@@ -403,0 +404,0 @@ let ns; |
@@ -26,6 +26,6 @@ { | ||
"commander": "^4.1.0", | ||
"decamelize": "^3.2.0", | ||
"decamelize": "^4.0.0", | ||
"json5": "^2.1.1", | ||
"node-fetch": "^2.6.0", | ||
"sinon": "^8.1.0" | ||
"sinon": "^8.1.1" | ||
}, | ||
@@ -35,7 +35,7 @@ "devDependencies": { | ||
"eslint": "^6.8.0", | ||
"mocha": "^7.0.0", | ||
"mocha": "^7.0.1", | ||
"nyc": "^15.0.0", | ||
"sinon-chrome": "^3.0.1" | ||
}, | ||
"version": "1.0.1" | ||
"version": "1.0.2" | ||
} |
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
2406050
67870
+ Addeddecamelize@4.0.0(transitive)
- Removed@babel/runtime-corejs3@7.26.0(transitive)
- Removedcore-js-pure@3.39.0(transitive)
- Removeddecamelize@3.2.0(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
- Removedxregexp@4.4.1(transitive)
Updateddecamelize@^4.0.0
Updatedsinon@^8.1.1