🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@uiw/react-split

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-split - npm Package Compare versions

Comparing version

to
5.8.6

dist/split.css

26

package.json
{
"name": "@uiw/react-split",
"version": "5.8.5",
"version": "5.8.6",
"description": "A piece of view can be divided into areas where the width or height can be adjusted by dragging.",

@@ -10,3 +10,3 @@ "main": "cjs/index.js",

"prepare": "npm run build",
"released": "npm run build && npm run doc",
"released": "npm run build && npm run bundle && npm run bundle:min && npm run doc",
"doc": "kkt build --app-src ./website",

@@ -17,4 +17,8 @@ "start": "kkt start --app-src ./website",

"css:build:dist": "compile-less -d src --combine dist.css --rm-global",
"bundle": "ncc build src/index.tsx --target web --filename split",
"bundle:min": "ncc build src/index.tsx --target web --filename split --minify",
"watch": "tsbb watch & npm run css:watch",
"build": "tsbb build && npm run css:build && npm run css:build:dist",
"test": "tsbb test",
"coverage": "tsbb test --coverage --bail",
"type-check": "tsc --noEmit"

@@ -30,2 +34,3 @@ },

"dist.css",
"dist",
"src",

@@ -40,8 +45,9 @@ "esm",

"devDependencies": {
"@kkt/less-modules": "7.0.5",
"@kkt/raw-modules": "7.0.5",
"@kkt/scope-plugin-options": "7.0.5",
"@types/react": "17.0.38",
"@kkt/less-modules": "~7.1.1",
"@kkt/ncc": "~1.0.8",
"@kkt/raw-modules": "~7.1.1",
"@kkt/scope-plugin-options": "~7.1.1",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"@uiw/react-code-preview": "3.0.0",
"@uiw/react-code-preview": "4.0.5",
"@uiw/react-github-corners": "1.5.3",

@@ -51,7 +57,7 @@ "@uiw/react-markdown-preview": "3.4.7",

"compile-less-cli": "1.8.11",
"kkt": "7.0.5",
"kkt": "~7.1.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"tsbb": "3.5.4",
"uiw": "4.9.7"
"tsbb": "~3.7.0",
"uiw": "~4.12.1"
},

@@ -58,0 +64,0 @@ "eslintConfig": {

Split 面板分割
===
[![Build & Deploy](https://github.com/uiwjs/react-split/workflows/Build%20&%20Deploy/badge.svg)](https://github.com/uiwjs/react-split/actions)
[![Issues](https://img.shields.io/github/issues/uiwjs/react-split.svg)](https://github.com/uiwjs/react-split/issues)
[![Forks](https://img.shields.io/github/forks/uiwjs/react-split.svg)](https://github.com/uiwjs/react-split/network)
[![Stars](https://img.shields.io/github/stars/uiwjs/react-split.svg)](https://github.com/uiwjs/react-split/stargazers)
[![Release](https://img.shields.io/github/release/uiwjs/react-split)](https://github.com/uiwjs/react-split/releases)
[![NPM Downloads](https://img.shields.io/npm/dm/@uiw/react-split.svg?style=flat)](https://www.npmjs.com/package/@uiw/react-split)
[![Build & Deploy](https://github.com/uiwjs/react-split/actions/workflows/ci.yml/badge.svg)](https://github.com/uiwjs/react-split/actions/workflows/ci.yml)
[![Open in unpkg](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-split/file/README.md)
[![npm version](https://img.shields.io/npm/v/@uiw/react-split.svg)](https://www.npmjs.com/package/@uiw/react-split)
[![open in unpkg](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-split/file/README.md)
[![Coverage Status](https://uiwjs.github.io/react-split/badges.svg)](https://uiwjs.github.io/react-split/coverage/lcov-report/)

@@ -409,3 +407,2 @@ 可将一块内容,分割为可以拖拽调整宽度或高度的区域。

## Props

@@ -469,1 +466,15 @@

Your app is ready to be deployed!
## Contributors
As always, thanks to our amazing contributors!
<a href="https://github.com/uiwjs/react-split/graphs/contributors">
<img src="https://uiwjs.github.io/react-split/CONTRIBUTORS.svg" />
</a>
Made with [github-action-contributors](https://github.com/jaywcjlove/github-action-contributors).
### License
Licensed under the MIT License.