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

intl-locales-supported

Package Overview
Dependencies
Maintainers
5
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intl-locales-supported - npm Package Compare versions

Comparing version 1.8.11 to 1.8.12

8

CHANGELOG.md

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

## [1.8.12](https://github.com/formatjs/formatjs/compare/intl-locales-supported@1.8.11...intl-locales-supported@1.8.12) (2020-07-03)
**Note:** Version bump only for package intl-locales-supported
## [1.8.11](https://github.com/formatjs/formatjs/compare/intl-locales-supported@1.8.10...intl-locales-supported@1.8.11) (2020-07-01)

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

4

package.json
{
"name": "intl-locales-supported",
"version": "1.8.11",
"version": "1.8.12",
"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.",

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

},
"gitHead": "76e649f2f673c1344fe29ccf739d4b4ebd573ead"
"gitHead": "3cd3324b6741a8314e8798b32ad4e2753143ea41"
}

@@ -27,7 +27,7 @@ # intl-locales-supported

require('@formatjs/intl-pluralrules/polyfill');
require('@formatjs/intl-pluralrules/dist/locale-data/de'); // Load de
require('@formatjs/intl-pluralrules/locale-data/de'); // Load de
require('@formatjs/intl-relativetimeformat/polyfill');
require('@formatjs/intl-relativetimeformat/dist/locale-data/de'); // Load de
require('@formatjs/intl-relativetimeformat/locale-data/de'); // Load de
}
```
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