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

intl-locale-textinfo-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intl-locale-textinfo-polyfill - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0

4

CHANGES.md
# CHANGES for `intl-locale-textinfo-polyfill`
## 2.1.0
- fix: force setting of `Intl.Locale` in polyfill
## 2.0.2

@@ -4,0 +8,0 @@

4

lib/polyfill.js

@@ -8,4 +8,2 @@ import Locale from './Locale.js';

if (typeof Intl.Locale === 'undefined') {
Intl.Locale = Locale;
}
Intl.Locale = Locale;
{
"name": "intl-locale-textinfo-polyfill",
"version": "2.0.2",
"version": "2.1.0",
"description": "Library will help you to detect if the locale is right-to-left language.",

@@ -5,0 +5,0 @@ "main": "./index.js",

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