Comparing version 25.0.2 to 25.0.3
@@ -13,5 +13,15 @@ /** | ||
var path = require("path"); | ||
var urls = require("./urls"); | ||
var url = urls[process.env.CLDR_URL_KEY || "json"]; | ||
if (process.env.CLDR_URL) { | ||
url = url.replace( | ||
"http://www.unicode.org/Public/cldr", | ||
process.env.CLDR_URL.replace(/\/$/, "") | ||
); | ||
} | ||
cldrDownloader( | ||
"http://www.unicode.org/Public/cldr/25/json.zip", | ||
url, | ||
path.join(__dirname, "json"), | ||
@@ -18,0 +28,0 @@ function(error) { |
{ | ||
"name": "cldr-data", | ||
"version": "25.0.2", | ||
"version": "25.0.3", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "unicode", |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances 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
7895
10
91
4