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 30.0.3 to 30.0.4

12

install.js

@@ -83,3 +83,5 @@ /**

if (parentPackage["cldr-data-urls-json"]) {
if (process.env.CLDR_DATA_URLS_JSON) {
srcUrl = process.env.CLDR_DATA_URLS_JSON;
} else if (parentPackage && parentPackage["cldr-data-urls-json"]) {
srcUrl = parentPackage["cldr-data-urls-json"];

@@ -90,3 +92,5 @@ } else {

if (parentPackage && parentPackage["cldr-data-coverage"] && (
if (process.env.CLDR_COVERAGE) {
coverage = process.env.CLDR_COVERAGE;
} else if (parentPackage && parentPackage["cldr-data-coverage"] && (
(parentPackage.dependencies && parentPackage.dependencies["cldr-data"]) ||

@@ -98,6 +102,2 @@ (parentPackage.devDependencies && parentPackage.devDependencies["cldr-data"])

if (process.env.CLDR_COVERAGE) {
coverage = process.env.CLDR_COVERAGE;
}
if (coverage) {

@@ -104,0 +104,0 @@ options.srcUrlKey = coverage;

{
"name": "cldr-data",
"version": "30.0.3",
"version": "30.0.4",
"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