
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
A slider implement by vuejs
npm install v-slider --save
And, if you are using vue 2.0
npm install v-slider@next --save
var VSlider = require('v-slider');
new Vue({
components: {
'v-slider': VSlider.SliderContainer,
'slider-item': VSlider.SliderItem
},
template: '<div id="vue-slider-container" style="height: 300px;">\
<v-slider :speed="1000" :arrow="true" :dot="true">\
<slider-item>\
<div style="display:none;background-color:red;height:100%;">SliderA</div>\
</slider-item>\
<slider-item>\
<div style="display:none;background-color:blue;height:100%;">SliderB</div>\
</slider-item>\
<slider-item>\
<div style="display:none;background-color:green;height:100%;">SliderC</div>\
</slider-item>\
</v-slider>\
</div>'
});
import VSlider from 'v-slider';
new Vue({
components: {
'v-slider': VSlider.SliderContainer,
'slider-item': VSlider.SliderItem
},
template: '<div id="vue-slider-container" style="height: 300px;">\
<v-slider :speed="1000" :arrow="true" :dot="true">\
<slider-item>\
<div style="display:none;background-color:red;height:100%;">SliderA</div>\
</slider-item>\
<slider-item>\
<div style="display:none;background-color:blue;height:100%;">SliderB</div>\
</slider-item>\
<slider-item>\
<div style="display:none;background-color:green;height:100%;">SliderC</div>\
</slider-item>\
</v-slider>\
</div>'
});
| Property | Description |
|---|---|
| speed | the translation speed of sliders, default 300 |
| auto | the interval of each slide, default 3000 |
| dot | show dot indicator or not, default true |
| arrow | show arrow indicator or not, default true |
FAQs
A slider implement by vuejs
The npm package v-slider receives a total of 5 weekly downloads. As such, v-slider popularity was classified as not popular.
We found that v-slider 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.