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

duo-vue

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

duo-vue

Vue plugin for Duo

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

duo-vue

Vue plugin for Duo

NPM version build status

Install

$ npm install --save duo-vue

Usage

CLI

$ duo --use duo-vue

API

var Duo = require('duo');
var vue = require('duo-vue');

var duo = Duo(__dirname)
    .entry('index.vue')
    .use(vue());

duo.run(function (err, file) {
    if (err) throw err;

    // file => generated js source code
});

Keywords

duo

FAQs

Package last updated on 21 Dec 2014

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