
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
iking-countto
Advanced tools
Vue3 + TS
npm i iking-countto
或pnpm add iking-countto
或yarn add iking-countto
import iking-countto from 'iking-countto'
Props
interface Props {
startVal: Number; // 起始值
endVal: Number; // 最终值
duration: Number;// 动画持续时间
autoplay: Boolean; // 自动播放
decimals: Number; // 小数位数
prefix: String; // 前缀
suffix: String; // 后缀
separator: String; // 分隔符号
decimal: String; // 小数点符号
color: String; // 数字颜色
useEasing: Boolean; // 启用数字动画
transition: "easeInSine" | "easeOutSine" | "easeInOutSine" | "easeInQuad" | "easeOutQuad" | "easeInOutQuad" | "easeInCubic" | "easeOutCubic" | "easeInOutCubic" | "easeInQuart" | "easeOutQuart" | "easeInOutQuart" | "easeInQuint" | "easeOutQuint" | "easeInOutQuint" | "easeInExpo" | "easeOutExpo" | "easeInOutExpo" | "easeInCirc" | "easeOutCirc" | "easeInOutCirc" | "easeInBack" | "easeOutBack" | "easeInOutBack" | "linear"
// 动画类型
customClass: String; // 自定义class,传入class名称
}
// 默认值
const props = withDefaults(defineProps<Props>(), {
width: 320,
height: 170,
show: false,
sliderSize: 30,
scale: 1,
range: 10,
images: () => null,
successText: "验证成功",
failText: "验证失败",
sliderText: "拖动滑块完成验证",
padding: 15,
el: 'body'
});
const emits = defineEmits<{
(e: 'onFinished'): void;
(e: 'onStarted'): void;
}>()
FAQs
The npm package iking-countto receives a total of 1 weekly downloads. As such, iking-countto popularity was classified as not popular.
We found that iking-countto demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.