@formatjs/icu-messageformat-parser
Advanced tools
+0
-1
@@ -6,4 +6,3 @@ import { Parser, type ParserOptions } from "./parser.js"; | ||
| export type { ParserOptions }; | ||
| // only for testing | ||
| export declare const _Parser: typeof Parser; | ||
| export { isStructurallySame } from "./manipulator.js"; |
+4
-4
| { | ||
| "name": "@formatjs/icu-messageformat-parser", | ||
| "version": "3.3.0", | ||
| "version": "3.4.0", | ||
| "license": "MIT", | ||
@@ -14,5 +14,5 @@ "type": "module", | ||
| "dependencies": { | ||
| "tslib": "^2.8.0", | ||
| "@formatjs/ecma402-abstract": "3.0.8", | ||
| "@formatjs/icu-skeleton-parser": "2.0.8" | ||
| "tslib": "^2.8.1", | ||
| "@formatjs/ecma402-abstract": "3.1.0", | ||
| "@formatjs/icu-skeleton-parser": "2.1.0" | ||
| }, | ||
@@ -19,0 +19,0 @@ "repository": { |
@@ -1,3 +0,2 @@ | ||
| // @generated from regex-gen.ts | ||
| export declare const SPACE_SEPARATOR_REGEX: RegExp; | ||
| export declare const WHITE_SPACE_REGEX: RegExp; |
@@ -1,3 +0,1 @@ | ||
| // @generated from time-data-gen.ts | ||
| // prettier-ignore | ||
| export declare const timeData: Record<string, string[]>; |
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
72338
-0.15%2963
-0.13%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated