Socket
Socket
Sign inDemoInstall

intl-locales-supported

Package Overview
Dependencies
0
Maintainers
5
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.4 to 1.8.5

dist/index.d.ts.map

11

CHANGELOG.md

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

## [1.8.5](https://github.com/formatjs/formatjs/compare/intl-locales-supported@1.8.4...intl-locales-supported@1.8.5) (2020-04-14)
### Bug Fixes
* clean up tsbuildinfo before full build ([c301ca0](https://github.com/formatjs/formatjs/commit/c301ca02e0c319a0eb03921533053f0334ae5df1))
## [1.8.4](https://github.com/formatjs/formatjs/compare/intl-locales-supported@1.8.3...intl-locales-supported@1.8.4) (2019-11-26)

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

1

dist/index.d.ts

@@ -6,1 +6,2 @@ declare type IntlConstructor = {

export {};
//# sourceMappingURL=index.d.ts.map

@@ -34,1 +34,2 @@ "use strict";

exports.default = areIntlLocalesSupported;
//# sourceMappingURL=index.js.map

@@ -6,1 +6,2 @@ declare type IntlConstructor = {

export {};
//# sourceMappingURL=index.d.ts.map

@@ -31,1 +31,2 @@ /*

}
//# sourceMappingURL=index.js.map

6

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

@@ -32,7 +32,7 @@ "main": "dist/index.js",

"scripts": {
"clean": "rimraf dist lib",
"clean": "rimraf dist lib *.tsbuildinfo",
"build": "tsc && tsc -p tsconfig.cjs.json",
"test": "cross-env NODE_ICU_DATA=../../node_modules/full-icu mocha --opts ../../mocha.opts tests/index.ts"
},
"gitHead": "6d6aa5ccec18f2f04be72a6e510193c0a1210725"
"gitHead": "4cd1f0bd3e3099eda065a19477dc35673c5d9793"
}
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