@formatjs/ecma402-abstract
Advanced tools
+3
-3
| { | ||
| "name": "@formatjs/ecma402-abstract", | ||
| "description": "A collection of implementation for ECMAScript abstract operations", | ||
| "version": "3.0.2", | ||
| "version": "3.0.3", | ||
| "license": "MIT", | ||
@@ -16,4 +16,4 @@ "author": "Long Ho <holevietlong@gmail.com", | ||
| "tslib": "^2.8.0", | ||
| "@formatjs/intl-localematcher": "0.7.2", | ||
| "@formatjs/fast-memoize": "3.0.1" | ||
| "@formatjs/fast-memoize": "3.0.1", | ||
| "@formatjs/intl-localematcher": "0.7.2" | ||
| }, | ||
@@ -20,0 +20,0 @@ "bugs": "https://github.com/formatjs/formatjs/issues", |
@@ -77,2 +77,11 @@ export type Formats = Pick<Intl.DateTimeFormatOptions, 'weekday' | 'era' | 'year' | 'month' | 'day' | 'dayPeriod' | 'hour' | 'minute' | 'second' | 'timeZoneName'> & { | ||
| }; | ||
| /** | ||
| * Stand-alone month names (used when month appears without other date fields) | ||
| * Falls back to format month if not provided | ||
| */ | ||
| monthStandalone?: { | ||
| narrow: string[]; | ||
| long: string[]; | ||
| short: string[]; | ||
| }; | ||
| timeZoneName: TimeZoneNameData; | ||
@@ -79,0 +88,0 @@ /** |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
150912
0.17%4209
0.21%