Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@univerjs/core

Package Overview
Dependencies
Maintainers
3
Versions
667
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@univerjs/core

Core runtime, data models, command system, dependency injection, and Facade APIs for Univer.

latest
Source
npmnpm
Version
0.25.0
Version published
Weekly downloads
174K
12.97%
Maintainers
3
Weekly downloads
 
Created
Source

@univerjs/core

npm version license downloads

@univerjs/core is the foundation of Univer. It provides the Univer runtime, dependency injection, command and mutation services, data models, configuration, localization, and the shared Facade entry point used by higher-level packages.

Package Overview

PackageUMD globalCSSLocalesFacade entry
@univerjs/coreUniverCoreNoNoYes

Installation

pnpm add @univerjs/core
# or
npm install @univerjs/core

Keep all @univerjs/* packages on the same version.

Usage

import { LocaleType, Univer } from '@univerjs/core';

const univer = new Univer({
    locale: LocaleType.EN_US,
});

Resources

Keywords

univer

FAQs

Package last updated on 30 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts