Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-audio

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-audio - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.vscode/settings.json

2

package.json
{
"name": "vue-audio",
"version": "0.0.2",
"version": "0.0.3",
"description": "vue.js audio files player",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,3 +0,9 @@

## Installation
## Vue.js sound player
### Demo
See [DEMO](https://shershen08.github.io/vue-plugins-demo-static/index.html#/sound) here
### Installation
Run ```npm install vue-audio --save```

@@ -9,3 +15,3 @@

Use in the template ```<vue-audio file="myLocalFile"></lorem>```
Use in the template ```<vue-audio file="myLocalFile"></vue-audio>```

@@ -16,2 +22,5 @@ The component has two attributes

- **autoPlay** (Boolean) is false by default;
For styling the Bootstrap classes v 3.7 are used, so you may want to add [bootstrap css](https://www.npmjs.com/package/bootstrap-css) package or add via stylesheet link ```<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css">```

@@ -26,2 +35,2 @@ ### ToDo

MIT
MIT

Sorry, the diff of this file is not supported yet

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