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

@cloudflare/intl-core

Package Overview
Dependencies
Maintainers
46
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.6.0 to 1.6.1

8

CHANGELOG.md

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

## [1.6.1](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/intl-core@1.6.0...@cloudflare/intl-core@1.6.1) (2020-12-02)
**Note:** Version bump only for package @cloudflare/intl-core
# [1.6.0](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/intl-core@1.5.1...@cloudflare/intl-core@1.6.0) (2020-06-19)

@@ -8,0 +16,0 @@

12

dist/Translator.d.ts

@@ -1,13 +0,1 @@

/// <reference types="lodash/common/common" />
/// <reference types="lodash/common/array" />
/// <reference types="lodash/common/collection" />
/// <reference types="lodash/common/date" />
/// <reference types="lodash/common/function" />
/// <reference types="lodash/common/lang" />
/// <reference types="lodash/common/math" />
/// <reference types="lodash/common/number" />
/// <reference types="lodash/common/object" />
/// <reference types="lodash/common/seq" />
/// <reference types="lodash/common/string" />
/// <reference types="lodash/common/util" />
import Polyglot from 'node-polyglot';

@@ -14,0 +2,0 @@ import { SupportedLocales, IPhrases } from './types';

1

dist/types.d.ts

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

es_PE = "es-PE",
it_IT = "it-IT",
ko_KR = "ko-KR",

@@ -15,0 +16,0 @@ pt_BR = "pt-BR",

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

SupportedLocales["es_PE"] = "es-PE";
SupportedLocales["it_IT"] = "it-IT";
SupportedLocales["ko_KR"] = "ko-KR";

@@ -17,0 +18,0 @@ SupportedLocales["pt_BR"] = "pt-BR";

@@ -23,2 +23,3 @@ "use strict";

SupportedLocales["es_PE"] = "es-PE";
SupportedLocales["it_IT"] = "it-IT";
SupportedLocales["ko_KR"] = "ko-KR";

@@ -25,0 +26,0 @@ SupportedLocales["pt_BR"] = "pt-BR";

{
"name": "@cloudflare/intl-core",
"description": "",
"version": "1.6.0",
"version": "1.6.1",
"types": "./dist/index.d.ts",

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

},
"gitHead": "b91f4a5b251fbcef98f58cde131a10344dc3cb96"
"gitHead": "d4dbb01fd44aafd0f38625f49b56f08a9506a57d"
}
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