Socket
Socket
Sign inDemoInstall

@box/cldr-data

Package Overview
Dependencies
0
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 34.4.1 to 34.5.0

3

locale-data/types.ts

@@ -30,2 +30,5 @@ /**

name: string;
nameLocalized: string;
abbreviationStandard: string;
abbreviationDaylight?: string;
displayName: string;

@@ -32,0 +35,0 @@ id: number;

6

package.json
{
"name": "@box/cldr-data",
"version": "34.4.1",
"version": "34.5.0",
"description": "CLDR Data that box-ui-elements and other Box code needs",

@@ -35,5 +35,5 @@ "author": "Box (https://www.box.com/)",

"pack": "npm pack",
"test": "jest",
"test": "cp types.ts locale-data; jest",
"debug": "node --inspect-brk node_modules/.bin/jest -i --debug",
"lint": "eslint --ext=.js --max-warnings=0 .",
"lint": "tsc && eslint --ext=.ts --max-warnings=0 .",
"release": "npm run build ; npm pack"

@@ -40,0 +40,0 @@ },

@@ -30,2 +30,7 @@ # Box CLDR Data

## v34.5.0
- Returns the localizedName, abbreviationStandard, and abbreviationDaylight fields
separately now in case clients wish to format the zone differently
## v34.4.1

@@ -32,0 +37,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc