
Research
/Security News
Laravel Lang Compromised with RCE Backdoor Across 700+ Versions
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.
$ npm install dv-charts
import Vue from 'vue'
import DvCharts from 'dv-charts'
Vue.use(DvCharts)
// 按需引入
import { DigitalFlop } from 'dv-charts'
Vue.use(DigitalFlop)
UMD版可直接使用script标签引入,UMD版文件位于项目dist目录下,引入后将自动把所有组件注册为Vue全局组件,引入DataV前请确保已引入Vue。
<body>
<div id="app">
<digital-flop :start-val="1" :end-val="999"></digital-flop>
</div>
</body>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script src="https://unpkg.com/dv-charts/dist/dv-charts.min.vue.js"></script>
<script>
new Vue({
el: '#app'
})
</script>
//main.js
import { DigitalFlop } from 'dv-charts'
Vue.use(DigitalFlop)
// 业务页面
<template>
<div id="app">
<digitalFlop />
</div>
</template>
FAQs
vue2 大屏组件
We found that dv-charts 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
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.

Security News
Socket found a malicious postinstall hook across 700+ GitHub repos, including PHP packages on Packagist and Node.js project repositories.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain