
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
nativescript-vue-fab
Advanced tools
A Vue component that shows Material Design Fab button
npm i --save vue-clock-simple
import ButtonPlugin from '@nativescript-community/ui-material-button/vue';
import CardViewPlugin from 'nativescript-material-cardview/vue';
import FabPlugin from 'nativescript-vue-fab';
Vue.use(ButtonPlugin);
Vue.use(CardViewPlugin);
Vue.use(FabPlugin);
You also need to import the css style from your app style file. The reason is that this way you can easily override any css class.
@import '../node_modules/nativescript-vue-fab/style';
Once installed, it can be used in a template as simply as:
<Fab title="test" iconClass="mdi" :icon="'mdi-plus' | fonticon" :iconOn="'mdi-share-variant' | fonticon" @tap="onTap('main', $event)">
    <FabItem title="test6" iconClass="mdi" icon="e" color="red" @tap="onTap('test6', $event)" />
    <FabItem title="test5" iconClass="mdi" icon="d" color="red" @tap="onTap('test5', $event)" />
    <FabItem title="test4" iconClass="mdi" icon="c" color="red" @tap="onTap('test4', $event)" />
    <FabItem title="test3" iconClass="mdi" icon="b" color="red" @tap="onTap('test3', $event)" />
    <FabItem title="test" iconClass="mdi" icon="a" color="blue" @tap="onTap('test', $event)" />
</Fab>
FAQs
A Nativescript Vue component for Floating Action Button
The npm package nativescript-vue-fab receives a total of 30 weekly downloads. As such, nativescript-vue-fab popularity was classified as not popular.
We found that nativescript-vue-fab 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
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.