Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
x-treasure-house
Advanced tools
Loading Spinners, Skeleton Cards, Loading Progress Bars, Overlays and more
包括但不限于Loading动画,静态图标,交互动画的Vue专用集合样式库,后面会根据所使用技术,使用场景及风格等进行区别分类。
很多富有创意的图标/动画会由于对一些主流框架没有添加支持而产生使用障碍,这里为一些图标/动画添加Vue.js支持,同时优化一些已有的Vue.js图标/动画库(主要还是为了自己用着方便)。
npm install --save x-treasure-house
Vue.js 中使用
main.js中全局引入
import xTreasureHouse from 'x-treasure-house'
Vue.use(xTreasureHouse)
传入大小,动画速度及颜色即可,个别动画会有特殊的属性。例如pixel-size,dot-size及dot-num。
<flower-spinner
:animation-duration="2500"
:size="70"
:color="'#FFC51C'"
/>
<pixel-spinner
:animation-duration="2000"
:pixel-size="70"
:color="'#FFC51C'"
/>
<hollow-dots-spinner
:animation-duration="1000"
:dot-size="15"
:dots-num="3"
:color="'#FFC51C'"
/>
<intersecting-circles-spinner
:animation-duration="1200"
:size="70"
:color="'#FFC51C'"
/>
<orbit-spinner
:animation-duration="1200"
:size="55"
:color="'#FFC51C'"
/>
<radar-spinner
:animation-duration="2000"
:size="60"
:color="'#FFC51C'"
/>
<scaling-squares-spinner
:animation-duration="1250"
:size="65"
:color="'#FFC51C'"
/>
<half-circle-spinner
:animation-duration="1000"
:size="60"
:color="'#FFC51C'"
/>
<trinity-rings-spinner
:animation-duration="1500"
:size="66"
:color="'#FFC51C'"
/>
<fulfilling-square-spinner
:animation-duration="4000"
:size="50"
:color="'#FFC51C'"
/>
<circles-to-rhombuses-spinner
:animation-duration="1200"
:circles-num="3"
:circle-size="15"
:color="'#FFC51C'"
/>
<semipolar-spinner
:animation-duration="2000"
:size="65"
:color="'#FFC51C'"
/>
<self-building-square-spinner
:animation-duration="6000"
:size="40"
:color="'#FFC51C'"
/>
<swapping-squares-spinner
:animation-duration="1000"
:size="65"
:color="'#FFC51C'"
/>
<fulfilling-bouncing-circle-spinner
:animation-duration="4000"
:size="60"
:color="'#FFC51C'"
/>
<fingerprint-spinner
:animation-duration="1500"
:size="64"
:color="'#FFC51C'"
/>
<spring-spinner
:animation-duration="3000"
:size="60"
:color="'#FFC51C'"
/>
<atom-spinner
:animation-duration="1000"
:size="60"
:color="'#FFC51C'"
/>
<looping-rhombuses-spinner
:animation-duration="2500"
:rhombus-size="15"
:color="'#FFC51C'"
/>
<breeding-rhombus-spinner
:animation-duration="2000"
:size="65"
:color="'#FFC51C'"
/>
特别感谢
MIT license.
FAQs
Loading Spinners, Skeleton Cards, Loading Progress Bars, Overlays and more
The npm package x-treasure-house receives a total of 0 weekly downloads. As such, x-treasure-house popularity was classified as not popular.
We found that x-treasure-house 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.