Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@formatjs/icu-messageformat-parser

Package Overview
Dependencies
Maintainers
3
Versions
92
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
3.3.0
to
3.4.0
+0
-1
index.d.ts

@@ -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[]>;