webext-schema
Advanced tools
Comparing version 2.3.3 to 2.3.4
@@ -86,3 +86,3 @@ /** | ||
if (this._importMap.size) { | ||
const items = Array.from(this._importMap); | ||
const items = [...this._importMap]; | ||
for (const [key, value] of items) { | ||
@@ -115,3 +115,3 @@ const target = this._getTargetFromNamespace(key); | ||
if (this._refMap.size) { | ||
const items = Array.from(this._refMap); | ||
const items = [...this._refMap]; | ||
for (const [key, value] of items) { | ||
@@ -118,0 +118,0 @@ const target = this._getTargetFromNamespace(key); |
@@ -35,3 +35,3 @@ { | ||
"json5": "^2.2.1", | ||
"node-fetch": "^3.2.3", | ||
"node-fetch": "^3.2.4", | ||
"sinon": "^13.0.2" | ||
@@ -45,10 +45,10 @@ }, | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jsdoc": "^39.2.8", | ||
"eslint-plugin-jsdoc": "^39.2.9", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"mocha": "^9.2.2", | ||
"mocha": "^10.0.0", | ||
"nock": "^13.2.4", | ||
"npm-run-all": "^4.1.5" | ||
}, | ||
"version": "2.3.3" | ||
"version": "2.3.4" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
3379616
95395
Updatednode-fetch@^3.2.4