New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@univerjs/engine-numfmt

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@univerjs/engine-numfmt - npm Package Compare versions

Comparing version

to
0.1.8

@@ -185,3 +185,3 @@ /**

type LocaleTag = 'zh-CN' | 'zh' | 'zh-TW' | 'cs' | 'da' | 'nl' | 'en' | 'fi' | 'fr' | 'de' | 'el' | 'hu' | 'is' | 'id' | 'it' | 'ja' | 'ko' | 'nb' | 'pl' | 'pt' | 'ru' | 'sk' | 'es' | 'sv' | 'th' | 'tr';
interface ParsedReturnType {
export interface ParsedReturnType {
/**

@@ -188,0 +188,0 @@ * The parsed value. For dates, this will be an Excel style serial date unless the nativeDate option is used.

{
"name": "@univerjs/engine-numfmt",
"version": "0.1.7",
"version": "0.1.8",
"private": false,

@@ -58,5 +58,5 @@ "description": "UniverSheet normal plugin UI manager",

"typescript": "^5.4.5",
"vite": "^5.2.8",
"vitest": "^1.4.0",
"@univerjs/shared": "0.1.7"
"vite": "^5.2.10",
"vitest": "^1.5.0",
"@univerjs/shared": "0.1.8"
},

@@ -63,0 +63,0 @@ "scripts": {