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

vgauge

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vgauge - npm Package Compare versions

Comparing version 1.2.7 to 1.2.8-rc1

2

package.json
{
"name": "vgauge",
"version": "1.2.7",
"version": "1.2.8-rc1",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/VGauge.umd.js",

# vgauge ![npm](https://img.shields.io/npm/v/vgauge.svg)
A Vue Wrapper to [GaugeJS](https://github.com/bernii/gauge.js/)
If this package helps you, consider buying me a beer 😁
# [![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.me/amroessam/5)
### If this package helps you, consider buying me a beer 😁
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.me/amroessam/5)
### Play

@@ -30,13 +31,13 @@

```js
import VGauge from "vgauge";
import VGauge from 'vgauge';
export default {
components: {
VGauge
VGauge,
},
data() {
return {
value: 35
value: 35,
};
}
},
};

@@ -60,6 +61,6 @@ ```

var app = new Vue({
el: "#app",
el: '#app',
data: {
x: 0,
y: 0
y: 0,
},

@@ -73,3 +74,3 @@ mounted() {

}, 1000);
}
},
});

@@ -76,0 +77,0 @@ </script>

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