
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
A Vue.js 2.0 Component library(by the way, add some common function)
npm install vue2stone -S
import vue2stone from 'vue2stone'
import Css from 'vue2stone/dist/vue2stone.min.css'
Vue.use(vue2stone)
1.Progress bar
<s-progress :width="mywidth+'%'"></s-progress>
// mywidth is a string,That means the current progress
2.Star
<s-star :count="this.myCount" :max="5"></s-star>
// count meaning this star's number
// max meaning all star's number
3.Wait 1
<s-loading></s-loading>
4.Wait 2
<s-circle></s-circle>
5.Selector
<s-select :lists="['xiaoming', 'xiaohong']"></s-select>
// lists meaning a Array
8.Switch
<s-switch :inColor="'white'" :outColor="'black'"></s-switch>
// inColor is circle's color
// outColor is out's color
7.Toast
this.$toast.show({msg: 'this a toast'})
this.$toast.hide()
// maybe you need be careful msg's length
more components , more friendly , more common function
FAQs
基于vue2.0的组件库
We found that vue2stone 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.