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

@formatjs/intl-locale

Package Overview
Dependencies
Maintainers
3
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formatjs/intl-locale - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

1

calendars.generated.d.ts

@@ -43,2 +43,1 @@ export declare const calendars: {

export type CalendarsKey = keyof typeof calendars;
//# sourceMappingURL=calendars.generated.d.ts.map

@@ -576,2 +576,1 @@ export declare const characterOrders: {

export type CharacterOrder = 'left-to-right' | 'right-to-left';
//# sourceMappingURL=character-orders.generated.d.ts.map
import Locale, { IntlLocaleInternal } from '.';
export default function getInternalSlots(x: Locale): IntlLocaleInternal;
//# sourceMappingURL=get_internal_slots.d.ts.map

@@ -259,2 +259,1 @@ export declare const hourCycles: {

export type HourCyclesKey = keyof typeof hourCycles;
//# sourceMappingURL=hour-cycles.generated.d.ts.map

3

index.d.ts

@@ -30,3 +30,3 @@ export interface IntlLocaleOptions {

get collation(): string | undefined;
get hourCycle(): "h23" | "h12" | "h11" | "h24" | undefined;
get hourCycle(): "h11" | "h12" | "h23" | "h24" | undefined;
get caseFirst(): "upper" | "lower" | "false" | undefined;

@@ -79,2 +79,1 @@ get numeric(): boolean | undefined;

export default Locale;
//# sourceMappingURL=index.d.ts.map

@@ -43,2 +43,1 @@ export declare const calendars: {

export type CalendarsKey = keyof typeof calendars;
//# sourceMappingURL=calendars.generated.d.ts.map

@@ -576,2 +576,1 @@ export declare const characterOrders: {

export type CharacterOrder = 'left-to-right' | 'right-to-left';
//# sourceMappingURL=character-orders.generated.d.ts.map
import Locale, { IntlLocaleInternal } from '.';
export default function getInternalSlots(x: Locale): IntlLocaleInternal;
//# sourceMappingURL=get_internal_slots.d.ts.map

@@ -259,2 +259,1 @@ export declare const hourCycles: {

export type HourCyclesKey = keyof typeof hourCycles;
//# sourceMappingURL=hour-cycles.generated.d.ts.map

@@ -30,3 +30,3 @@ export interface IntlLocaleOptions {

get collation(): string | undefined;
get hourCycle(): "h23" | "h12" | "h11" | "h24" | undefined;
get hourCycle(): "h11" | "h12" | "h23" | "h24" | undefined;
get caseFirst(): "upper" | "lower" | "false" | undefined;

@@ -79,2 +79,1 @@ get numeric(): boolean | undefined;

export default Locale;
//# sourceMappingURL=index.d.ts.map

@@ -575,2 +575,1 @@ export declare const numberingSystems: {

export type NumberingSystemsKey = keyof typeof numberingSystems;
//# sourceMappingURL=numbering-systems.generated.d.ts.map
export {};
//# sourceMappingURL=polyfill-force.d.ts.map
export {};
//# sourceMappingURL=polyfill.d.ts.map

@@ -7,2 +7,1 @@ import type { WeekInfoInternal } from './week-data.generated';

export declare function getWeekDataForRegion(region?: string): WeekInfoInternal;
//# sourceMappingURL=preference-data.d.ts.map
export declare function shouldPolyfill(): boolean;
//# sourceMappingURL=should-polyfill.d.ts.map

@@ -251,2 +251,1 @@ export declare const timezones: {

export type TimezonesTerritory = keyof typeof timezones;
//# sourceMappingURL=timezones.generated.d.ts.map

@@ -1295,2 +1295,1 @@ export declare const weekData: {

export type WeekInfoInternal = typeof weekData[WeekDataKey];
//# sourceMappingURL=week-data.generated.d.ts.map

@@ -575,2 +575,1 @@ export declare const numberingSystems: {

export type NumberingSystemsKey = keyof typeof numberingSystems;
//# sourceMappingURL=numbering-systems.generated.d.ts.map
{
"name": "@formatjs/intl-locale",
"version": "3.3.0",
"version": "3.3.1",
"description": "Intl.Locale polyfill",

@@ -27,7 +27,7 @@ "keywords": [

"dependencies": {
"@formatjs/ecma402-abstract": "1.15.0",
"@formatjs/intl-enumerator": "1.3.0",
"@formatjs/intl-getcanonicallocales": "2.2.0",
"@formatjs/ecma402-abstract": "1.16.0",
"@formatjs/intl-enumerator": "1.3.1",
"@formatjs/intl-getcanonicallocales": "2.2.1",
"tslib": "^2.4.0"
}
}
export {};
//# sourceMappingURL=polyfill-force.d.ts.map
export {};
//# sourceMappingURL=polyfill.d.ts.map

@@ -7,2 +7,1 @@ import type { WeekInfoInternal } from './week-data.generated';

export declare function getWeekDataForRegion(region?: string): WeekInfoInternal;
//# sourceMappingURL=preference-data.d.ts.map
export declare function shouldPolyfill(): boolean;
//# sourceMappingURL=should-polyfill.d.ts.map

@@ -251,2 +251,1 @@ export declare const timezones: {

export type TimezonesTerritory = keyof typeof timezones;
//# sourceMappingURL=timezones.generated.d.ts.map

@@ -1295,2 +1295,1 @@ export declare const weekData: {

export type WeekInfoInternal = typeof weekData[WeekDataKey];
//# sourceMappingURL=week-data.generated.d.ts.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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