New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

vue-pseudo

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-pseudo

Emulate native pseudo class effect.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

npm npm npm bitHound Code

vue-pseudo

Emulate native pseudo class effect.

Getting started

$ npm install --save-dev vue-pseudo

Usage

import VuePseudo from 'vue-pseudo';
Vue.use(VuePseudo);
  • 1.x.x for Vue@1.x.x.
  • 2.x.x for Vue@2.x.x.

:active

<div v-pseudo:active="'is-active'"></div>

:focus

Comming soon.

:hover

Seems useless.

License

MIT

Keywords

vue

FAQs

Package last updated on 19 Jan 2017

Did you know?

Socket

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.

Install

Related posts