Gathering detailed insights and metrics for @king-design/intact
Gathering detailed insights and metrics for @king-design/intact
Gathering detailed insights and metrics for @king-design/intact
Gathering detailed insights and metrics for @king-design/intact
A UI Components Library for Intact, Vue, React and Angular.
npm install @king-design/intact
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (72.99%)
JavaScript (21.15%)
HTML (4.49%)
CSS (1.22%)
Stylus (0.16%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
367 Stars
4,153 Commits
55 Forks
24 Watchers
19 Branches
28 Contributors
Updated on Jul 14, 2025
Latest Version
3.5.2
Package Id
@king-design/intact@3.5.2
Unpacked Size
7.40 MB
Size
1.82 MB
File Count
3,598
NPM Version
8.19.4
Node Version
16.20.1
Published on
Mar 07, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
10
101
English | 简体中文
![]() IE / Edge | ![]() Firefox | ![]() Chrome | ![]() Safari | ![]() Opera |
---|---|---|---|---|
IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
1# Vue3 2npm install @king-design/vue --save 3 4# Vue2 5npm install @king-desing/vue-legacy --save
1<template> 2 <Button>Hello</Button> 3</template> 4<script> 5import {Button} from '@king-design/vue'; 6 7export default { 8 components: { 9 Button 10 } 11} 12</script>
1npm install @king-design/react--save
1import {Button} from '@king-design/react'; 2 3function App() { 4 return <Button>Hello</Button> 5}
Welcome to join us by QQ. Group Number: 529739732
Require
node@10 ~ node@14
andnpm@6.9
or above.
1git clone https://github.com/ksc-fe/kpc.git 2cd kpc 3npm install 4npm run dev:doc 5 6# test 7npm run test 8# update snapshots 9npm run snapshot 10# deploy documents 11npm run deploy:doc 12# release new version 13npm run release
MIT
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
3 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 6
Reason
Found 1/19 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
64 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More