Comparing version 36.0.1 to 36.0.2
@@ -14,5 +14,5 @@ /** | ||
var cldrDownloader = require("cldr-data-downloader"); | ||
var glob = require("glob").sync; | ||
var glob = require("glob").globSync; | ||
var path = require("path"); | ||
var child_process = require('child_process'); | ||
var child_process = require("child_process"); | ||
@@ -23,4 +23,4 @@ var options = {}; | ||
try { | ||
var npmv = child_process.execSync('npm -v').toString('utf8'); | ||
isNpm3 = (npmv.split('.')[0] == '3'); | ||
var npmv = child_process.execSync("npm -v").toString("utf8"); | ||
isNpm3 = (npmv.split(".")[0] === "3"); | ||
} catch(error) { | ||
@@ -78,3 +78,3 @@ // child_process.execSync is not available on Node v0.10 | ||
if (process.env.CLDR_URL) { | ||
console.warn("CLDR_URL is deprecated, use CLDR_DATA_URLS_JSON instead.") | ||
console.warn("CLDR_URL is deprecated, use CLDR_DATA_URLS_JSON instead."); | ||
srcUrl = srcUrl.replace( | ||
@@ -81,0 +81,0 @@ "http://www.unicode.org/Public/cldr", |
{ | ||
"name": "cldr-data", | ||
"version": "36.0.1", | ||
"version": "36.0.2", | ||
"keywords": [ | ||
@@ -40,7 +40,7 @@ "unicode", | ||
"cldr-data-downloader": "1.0.0-1", | ||
"glob": "5.x.x" | ||
"glob": "10.3.12" | ||
}, | ||
"devDependencies": { | ||
"grunt": "0.4.x", | ||
"grunt-contrib-jshint": "0.10.x", | ||
"grunt": "1.5.x", | ||
"grunt-contrib-jshint": "3.2.x", | ||
"grunt-dco": "0.0.3", | ||
@@ -47,0 +47,0 @@ "matchdep": "*" |
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
16764
+ Added@isaacs/cliui@8.0.2(transitive)
+ Added@pkgjs/parseargs@0.11.0(transitive)
+ Addedansi-regex@5.0.16.1.0(transitive)
+ Addedansi-styles@4.3.06.2.1(transitive)
+ Addedbrace-expansion@2.0.1(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedcross-spawn@7.0.6(transitive)
+ Addedeastasianwidth@0.2.0(transitive)
+ Addedemoji-regex@8.0.09.2.2(transitive)
+ Addedforeground-child@3.3.0(transitive)
+ Addedglob@10.3.12(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedjackspeak@2.3.6(transitive)
+ Addedlru-cache@10.4.3(transitive)
+ Addedminimatch@9.0.5(transitive)
+ Addedminipass@7.1.2(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedpath-scurry@1.11.1(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedsignal-exit@4.1.0(transitive)
+ Addedstring-width@4.2.35.1.2(transitive)
+ Addedstrip-ansi@6.0.17.1.0(transitive)
+ Addedwhich@2.0.2(transitive)
+ Addedwrap-ansi@7.0.08.1.0(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedglob@5.0.15(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedwrappy@1.0.2(transitive)
Updatedglob@10.3.12