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

@univerjs/engine-numfmt

Package Overview
Dependencies
Maintainers
0
Versions
267
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@univerjs/engine-numfmt - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

lib/types/util.d.ts

2

lib/cjs/index.js

@@ -1,1 +0,1 @@

"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const T="@@@";exports.DEFAULT_TEXT_FORMAT=T;
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const E="@@@",F="@",t="General";function o(T){return T===E||T===F}function _(T){return T==null||T===t}exports.DEFAULT_NUMBER_FORMAT=t;exports.DEFAULT_TEXT_FORMAT=E;exports.DEFAULT_TEXT_FORMAT_EXCEL=F;exports.isDefaultFormat=_;exports.isTextFormat=o;

@@ -1,4 +0,14 @@

const T = "@@@";
const o = "@@@", n = "@", E = "General";
function F(T) {
return T === o || T === n;
}
function _(T) {
return T == null || T === E;
}
export {
T as DEFAULT_TEXT_FORMAT
E as DEFAULT_NUMBER_FORMAT,
o as DEFAULT_TEXT_FORMAT,
n as DEFAULT_TEXT_FORMAT_EXCEL,
_ as isDefaultFormat,
F as isTextFormat
};

@@ -17,1 +17,3 @@ /**

export declare const DEFAULT_TEXT_FORMAT = "@@@";
export declare const DEFAULT_TEXT_FORMAT_EXCEL = "@";
export declare const DEFAULT_NUMBER_FORMAT = "General";

@@ -16,2 +16,3 @@ /**

*/
export { DEFAULT_TEXT_FORMAT } from './const';
export { DEFAULT_NUMBER_FORMAT, DEFAULT_TEXT_FORMAT, DEFAULT_TEXT_FORMAT_EXCEL } from './const';
export { isDefaultFormat, isTextFormat } from './util';

@@ -1,1 +0,1 @@

(function(e,n){typeof exports=="object"&&typeof module<"u"?n(exports):typeof define=="function"&&define.amd?define(["exports"],n):(e=typeof globalThis<"u"?globalThis:e||self,n(e.UniverEngineNumfmt={}))})(this,function(e){"use strict";const n="@@@";e.DEFAULT_TEXT_FORMAT=n,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});
(function(e,n){typeof exports=="object"&&typeof module<"u"?n(exports):typeof define=="function"&&define.amd?define(["exports"],n):(e=typeof globalThis<"u"?globalThis:e||self,n(e.UniverEngineNumfmt={}))})(this,function(e){"use strict";const n="@@@",i="@",t="General";function o(T){return T===n||T===i}function f(T){return T==null||T===t}e.DEFAULT_NUMBER_FORMAT=t,e.DEFAULT_TEXT_FORMAT=n,e.DEFAULT_TEXT_FORMAT_EXCEL=i,e.isDefaultFormat=f,e.isTextFormat=o,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});
{
"name": "@univerjs/engine-numfmt",
"version": "0.6.0",
"version": "0.6.1",
"private": false,

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

"typescript": "^5.7.3",
"vite": "^6.1.0",
"vitest": "^3.0.5",
"@univerjs-infra/shared": "0.6.0"
"vite": "^6.1.1",
"vitest": "^3.0.6",
"@univerjs-infra/shared": "0.6.1"
},

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

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