
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
veer-vue-slider
Advanced tools
Veer is a simple Vue Js (v2) slider that attempts to handle whatever you want to throw at it. Please let me know what scenarios throw this thing off so I can adjust.
yarn add veer-vue-slider
or
npm install --save-dev veer-vue-slider
In your javascript or component:
import Vue from 'vue'
import Veer from './components/Veer'
new Vue({
el: '#app',
components: { Veer }
})
In your HTML or .vue template:
<div id="app">
<veer>
<img src="/static/davide-cantelli-139887.jpg">
<img src="/static/eugene-lim-260668.jpg">
<img src="/static/paul-earle-183430.jpg">
</veer>
</div>
You can pass your options through in an object through the options prop.
<veer :options="{autoplay:false}">
...
</veer>
Below are the available options and the defaults
autoplay: true,
mode: 'fade',
initialDelay: 0,
speed: 4000,
showPrevNext: true,
showPages: true,
pageClass: 'veer-pages',
arrowClass: 'veer-arrows',
width: 'auto',
height: 'auto'
Clone the project and run
npm run dev
Modify the index.html file
FAQs
Slider for VueJS 2
We found that veer-vue-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 malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.