Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cldr-data

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cldr-data - npm Package Compare versions

Comparing version 36.0.1 to 36.0.2

10

install.js

@@ -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": "*"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc