🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

@tntx/risk-rate

Package Overview
Dependencies
Maintainers
7
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tntx/risk-rate

风险评估结果

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
7
Created
Source

风险评估结果

安装

npm i @tntx/risk-rate --save

使用

import React from 'react';
import RiskRate from '@tntx/risk-rate';

export default () => {
	return (
		<RiskRate
			color='#07C790'
			text='通过'
			count={67}
			width={100}
		/>
	);
};

API

参数说明类型是否必须默认值
width水波球宽度string200px
color水波球颜色(十六进制)string#07C790
text评估结果文字string
count评估结果分数Number0

Keywords

risk

FAQs

Package last updated on 31 May 2021

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