webext-schema
Advanced tools
Comparing version 0.7.15 to 0.7.16
@@ -6,5 +6,4 @@ /** | ||
/* api */ | ||
const {URL} = require("url"); | ||
const {URL, fileURLToPath} = require("url"); | ||
const {getType, isString} = require("./common"); | ||
const {fileURLToPath} = require("url"); | ||
const fs = require("fs"); | ||
@@ -11,0 +10,0 @@ const path = require("path"); |
@@ -38,3 +38,3 @@ { | ||
}, | ||
"version": "0.7.15" | ||
"version": "0.7.16" | ||
} |
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
2338109
65979