Socket
Socket
Sign inDemoInstall

intl-locales-supported

Package Overview
Dependencies
0
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.5 to 1.4.6

8

CHANGELOG.md

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

## [1.4.6](https://github.com/formatjs/formatjs/compare/intl-locales-supported@1.4.5...intl-locales-supported@1.4.6) (2019-09-03)
**Note:** Version bump only for package intl-locales-supported
## [1.4.5](https://github.com/formatjs/formatjs/compare/intl-locales-supported@1.4.4...intl-locales-supported@1.4.5) (2019-08-12)

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

0

dist/index.d.ts

@@ -0,0 +0,0 @@ declare type IntlConstructor = {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ declare type IntlConstructor = {

@@ -0,0 +0,0 @@ /*

4

package.json
{
"name": "intl-locales-supported",
"version": "1.4.5",
"version": "1.4.6",
"description": "Utility to help you polyfill the Node.js runtime when the Intl APIs are missing, or if the built-in Intl is missing locale data that you need.",

@@ -31,3 +31,3 @@ "main": "dist/index.js",

},
"gitHead": "ced8ad1608c25e47fbb0578b11a6184296fd4045"
"gitHead": "a7842673d8ad205171ad7c8cb8bb2f318b427c0c"
}

@@ -21,3 +21,5 @@ # intl-locales-supported

// polyfill and replace the constructors we need with the polyfill's.
require('intl-pluralrules');
require('@formatjs/intl-pluralrules/polyfill');
require('@formatjs/intl-pluralrules/dist/locale-data/de'); // Load de
require('@formatjs/intl-relativetimeformat/polyfill');

@@ -24,0 +26,0 @@ require('@formatjs/intl-relativetimeformat/dist/locale-data/de'); // Load de

Sorry, the diff of this file is not supported yet

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