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 25.0.2 to 25.0.3

urls.json

12

install.js

@@ -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) {

2

package.json
{
"name": "cldr-data",
"version": "25.0.2",
"version": "25.0.3",
"keywords": [

@@ -5,0 +5,0 @@ "unicode",

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