New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue-bounty

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-bounty

vuejs wrapper for bounty

  • 1.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
increased by33.33%
Maintainers
1
Weekly downloads
 
Created
Source

vue-bounty

npm npm

Installation

npm install vue-bounty --save

Usage

  • register the component

    window.Vue = require('vue')
    
    Vue.component('Bounty', require('vue-bounty'))
    
  • now use it like

    <bounty value="1000"
        initial-value="10"
        :animation-delay="100"
        :letter-animation-delay="100"
        :line-height="1"
        :letter-spacing="1"
        class="js-bounty">
    </bounty>
    
    proprequiredtypedefault
    value:white_check_mark:string / number0
    initial-value:x:string / number0
    animation-delay:x:number100
    letter-animation-delay:x:number100
    line-height:x:number1
    letter-spacing:x:number1

Keywords

FAQs

Package last updated on 15 Jul 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc