Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
router-link-helper
Advanced tools
vue.js router-link helper
$ npm install --save router-link-helper
or
$ yarn add --save router-link-helper
import Vue from 'vue'
const RouterLinkHelper = require('router-link-helper');
Vue.use(RouterLinkHelper)
// or register with custom router-link name
Vue.use(RouterLinkHelper,{
name:'my-link'
})
<router-link-helper to="/bar" :_blank="['desktop','tablet']" > foo </router-link-helper>
// or custom link
<my-link to="/bar" :_blank="['desktop','tablet']" > foo </my-link>
you can use these props for router-link-helper:
Prop Name | Default Value | Type | Description | Required |
---|---|---|---|---|
_blank | none | array | definition device name you want target "_blank" : desktop,tablet,mobile | No |
you can use these props for router-link-helper:
Prop Name | Default Value | Type | Description | Required |
---|---|---|---|---|
name | router-link-helper | string | custom router link name | No |
To customize and develop the project you could use following npm commands:
npm run prod
router-link-helper is a free and open project developed and maintained by Reza Haidari at INB Co., published under MIT license.
FAQs
vue router-link helper
We found that router-link-helper 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 uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.