Socket
Socket
Sign inDemoInstall

@formatjs/icu-messageformat-parser

Package Overview
Dependencies
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formatjs/icu-messageformat-parser - npm Package Compare versions

Comparing version 2.7.6 to 2.7.7

4

lib/types.d.ts

@@ -124,5 +124,1 @@ import type { NumberFormatOptions } from '@formatjs/ecma402-abstract';

export declare function createNumberElement(value: string, style?: string | null): NumberElement;
export type IntlLocaleLike = {
readonly hourCycle?: Intl.LocaleHourCycleKey;
readonly hourCycles?: Array<Intl.LocaleHourCycleKey>;
};

6

package.json
{
"name": "@formatjs/icu-messageformat-parser",
"version": "2.7.6",
"version": "2.7.7",
"main": "index.js",

@@ -15,5 +15,5 @@ "module": "lib/index.js",

"tslib": "^2.4.0",
"@formatjs/icu-skeleton-parser": "1.8.0",
"@formatjs/ecma402-abstract": "1.18.2"
"@formatjs/ecma402-abstract": "1.18.3",
"@formatjs/icu-skeleton-parser": "1.8.1"
}
}

@@ -124,5 +124,1 @@ import type { NumberFormatOptions } from '@formatjs/ecma402-abstract';

export declare function createNumberElement(value: string, style?: string | null): NumberElement;
export type IntlLocaleLike = {
readonly hourCycle?: Intl.LocaleHourCycleKey;
readonly hourCycles?: Array<Intl.LocaleHourCycleKey>;
};
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