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

vue3-radial-progress

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-radial-progress - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "vue3-radial-progress",
"version": "1.0.1",
"version": "1.0.2",
"description": "A smart and light radial progress bar component for Vue 3.",

@@ -5,0 +5,0 @@ "author": "Jairo Blatt <jairoblatt@gmail.com>",

<img src="https://github.com/jairoblatt/vue3-radial-progress/blob/master/demo/src/assets/demo-1.png" alt="Demo">
<div align="center">
<img src="https://img.shields.io/badge/License-MIT-0aa8d2" alt="MIT"/>
<img src="https://badge.fury.io/js/vue-material-tabs.svg" alt="npm Version"/>
<img src="https://badge.fury.io/js/vue3-radial-progress.svg" alt="npm version" height="18">
<img src="https://snyk.io/test/github/jairoblatt/vue-material-tabs/badge.svg" alt="Vulnerabilities">
<p>A smart and light radial progress bar component for Vue 3. </p>
<p >A smart and light radial progress bar component for Vue 3.</p>
<br/>
</div>

@@ -26,6 +27,10 @@

```javascript
import Vue from "vue";
import RadialProgressBar from "vue3-radial-progress";
import { createApp } from 'vue';
import RadialProgress from "vue3-radial-progress";
Vue.use(RadialProgressBar);
// Your app instance here
const app = createApp(App);
app.use(RadialProgress);
```

@@ -36,7 +41,7 @@

```javascript
import RadialProgressBar from "vue3-radial-progress";
import RadialProgress from "vue3-radial-progress";
export default {
components: {
RadialProgressBar
RadialProgress
},

@@ -43,0 +48,0 @@ };

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