New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cloudflare/intl-core

Package Overview
Dependencies
Maintainers
38
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/intl-core - npm Package Compare versions

Comparing version 1.4.23 to 1.5.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [1.5.0](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/intl-core@1.4.23...@cloudflare/intl-core@1.5.0) (2020-05-28)
### Features
* **chart-time:** UI-3483: bumping d3-time-format dependency ([f33af8b](http://stash.cfops.it:7999/fe/stratus/commits/f33af8b))
## [1.4.23](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/intl-core@1.4.21...@cloudflare/intl-core@1.4.23) (2020-04-27)

@@ -8,0 +19,0 @@

6

dist/types.d.ts

@@ -7,3 +7,7 @@ import { TranslationPrepareResult } from './prepare';

fr_FR = "fr-FR",
ja_JP = "ja-JP"
ja_JP = "ja-JP",
es_ES = "es-ES",
ko_KR = "ko-KR",
pt_BR = "pt-BR",
zh_TW = "zh-TW"
}

@@ -10,0 +14,0 @@ export declare type Locale = SupportedLocales;

@@ -10,2 +10,6 @@ export var SupportedLocales; // A Locale is the string actually used in the frontend, like 'en-US'

SupportedLocales["ja_JP"] = "ja-JP";
SupportedLocales["es_ES"] = "es-ES";
SupportedLocales["ko_KR"] = "ko-KR";
SupportedLocales["pt_BR"] = "pt-BR";
SupportedLocales["zh_TW"] = "zh-TW";
})(SupportedLocales || (SupportedLocales = {}));

@@ -18,2 +18,6 @@ "use strict";

SupportedLocales["ja_JP"] = "ja-JP";
SupportedLocales["es_ES"] = "es-ES";
SupportedLocales["ko_KR"] = "ko-KR";
SupportedLocales["pt_BR"] = "pt-BR";
SupportedLocales["zh_TW"] = "zh-TW";
})(SupportedLocales || (exports.SupportedLocales = SupportedLocales = {}));

4

package.json
{
"name": "@cloudflare/intl-core",
"description": "",
"version": "1.4.23",
"version": "1.5.0",
"types": "./dist/index.d.ts",

@@ -36,3 +36,3 @@ "main": "lib/index.js",

},
"gitHead": "3a5a556f3392b3c8b6e35a7857a39f05ac1bb7eb"
"gitHead": "429a41f596b252143d6c0e879400ee2caf195b69"
}
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