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

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 5.1.6 to 5.2.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [5.2.0](https://github.com/formatjs/formatjs/compare/intl-messageformat-parser@5.1.6...intl-messageformat-parser@5.2.0) (2020-06-26)
### Features
* **intl-messageformat:** pass `ignoreTag` to parser ([386459b](https://github.com/formatjs/formatjs/commit/386459ba472734ff21ba19374e2700e52382cd22)), closes [#1755](https://github.com/formatjs/formatjs/issues/1755)
## [5.1.6](https://github.com/formatjs/formatjs/compare/intl-messageformat-parser@5.1.5...intl-messageformat-parser@5.1.6) (2020-06-23)

@@ -8,0 +19,0 @@

@@ -138,3 +138,10 @@ export declare enum TYPE {

captureLocation?: boolean;
/**
* Whether to treat HTML/XML tags as string literal
* instead of parsing them as tag token.
* When this is false we only allow simple tags without
* any attributes
*/
ignoreTag?: boolean;
}
//# sourceMappingURL=types.d.ts.map

@@ -147,2 +147,9 @@ import { NumberFormatOptions } from '@formatjs/intl-numberformat';

captureLocation?: boolean;
/**
* Whether to treat HTML/XML tags as string literal
* instead of parsing them as tag token.
* When this is false we only allow simple tags without
* any attributes
*/
ignoreTag?: boolean;
}

@@ -149,0 +156,0 @@

2

lib/tsdoc-metadata.json

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.8.0"
"packageVersion": "7.8.12"
}
]
}

@@ -138,3 +138,10 @@ export declare enum TYPE {

captureLocation?: boolean;
/**
* Whether to treat HTML/XML tags as string literal
* instead of parsing them as tag token.
* When this is false we only allow simple tags without
* any attributes
*/
ignoreTag?: boolean;
}
//# sourceMappingURL=types.d.ts.map
{
"name": "intl-messageformat-parser",
"version": "5.1.6",
"version": "5.2.0",
"description": "Parses ICU Message strings into an AST via JavaScript.",

@@ -49,6 +49,6 @@ "main": "dist/index.js",

"dependencies": {
"@formatjs/intl-numberformat": "^4.2.9"
"@formatjs/intl-numberformat": "^4.2.10"
},
"homepage": "https://github.com/formatjs/formatjs",
"gitHead": "aa6995c4f8c9f79e13e5ca551057f6e1f3a72c22",
"gitHead": "d068e86f36f10f9f0407b17e3fa904c70208b98a",
"devDependencies": {

@@ -55,0 +55,0 @@ "@types/jest": "^25.2.1",

@@ -220,2 +220,9 @@ export enum TYPE {

captureLocation?: boolean;
/**
* Whether to treat HTML/XML tags as string literal
* instead of parsing them as tag token.
* When this is false we only allow simple tags without
* any attributes
*/
ignoreTag?: boolean;
}

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