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
5
Versions
290
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

to
0.1.5

18

lib/types/index.d.ts

@@ -1,18 +0,4 @@

/**
* Copyright 2023-present DreamNum Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import type { Numfmt } from './type';
import { Numfmt } from './type';
declare const _default: Numfmt;
export default _default;

8

package.json
{
"name": "@univerjs/engine-numfmt",
"version": "0.1.4",
"version": "0.1.5",
"private": false,

@@ -57,6 +57,6 @@ "description": "UniverSheet normal plugin UI manager",

"devDependencies": {
"typescript": "^5.4.2",
"vite": "^5.1.6",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vitest": "^1.4.0",
"@univerjs/shared": "0.1.4"
"@univerjs/shared": "0.1.5"
},

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