Socket
Socket
Sign inDemoInstall

intl-messageformat-parser

Package Overview
Dependencies
Maintainers
6
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intl-messageformat-parser - npm Package Compare versions

Comparing version 6.0.3 to 6.0.4

2

_validate_dist-base_options.optionsvalid.d.ts
// /home/longlho/.cache/bazel/_bazel_longlho/576c18efaac10246ec115c72af79fca6/sandbox/linux-sandbox/1013/execroot/formatjs/node_modules/@bazel/typescript/internal/ts_project_options_validator.js checked attributes for //packages/intl-messageformat-parser:dist-base
// /home/longlho/.cache/bazel/_bazel_longlho/576c18efaac10246ec115c72af79fca6/sandbox/linux-sandbox/722/execroot/formatjs/node_modules/@bazel/typescript/internal/ts_project_options_validator.js checked attributes for //packages/intl-messageformat-parser:dist-base
// composite: false

@@ -4,0 +4,0 @@ // declaration: true

// /home/longlho/.cache/bazel/_bazel_longlho/576c18efaac10246ec115c72af79fca6/sandbox/linux-sandbox/1016/execroot/formatjs/node_modules/@bazel/typescript/internal/ts_project_options_validator.js checked attributes for //packages/intl-messageformat-parser:dist-esm
// /home/longlho/.cache/bazel/_bazel_longlho/576c18efaac10246ec115c72af79fca6/sandbox/linux-sandbox/721/execroot/formatjs/node_modules/@bazel/typescript/internal/ts_project_options_validator.js checked attributes for //packages/intl-messageformat-parser:dist-esm
// composite: false

@@ -4,0 +4,0 @@ // declaration: true

import { NumberSkeletonToken } from './types';
import { NumberFormatOptions } from '@formatjs/intl-numberformat';
import { NumberFormatOptions } from '@formatjs/ecma402-abstract';
export interface ExtendedDateTimeFormatOptions extends Intl.DateTimeFormatOptions {

@@ -4,0 +4,0 @@ hourCycle?: 'h11' | 'h12' | 'h23' | 'h24';

{
"name": "intl-messageformat-parser",
"version": "6.0.3",
"version": "6.0.4",
"description": "Parses ICU Message strings into an AST via JavaScript.",

@@ -38,3 +38,3 @@ "main": "index.js",

"dependencies": {
"@formatjs/intl-numberformat": "^5.5.4"
"@formatjs/ecma402-abstract": "^1.1.0"
},

@@ -41,0 +41,0 @@ "homepage": "https://github.com/formatjs/formatjs",

# Intl MessageFormat Parser
We've migrated the docs to https://formatjs.io.
We've migrated the docs to https://formatjs.io/docs/intl-messageformat-parser.
import { NumberSkeletonToken } from './types';
import { NumberFormatOptions } from '@formatjs/intl-numberformat';
import { NumberFormatOptions } from '@formatjs/ecma402-abstract';
export interface ExtendedDateTimeFormatOptions extends Intl.DateTimeFormatOptions {

@@ -4,0 +4,0 @@ hourCycle?: 'h11' | 'h12' | 'h23' | 'h24';

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