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.8 to 1.2.9

18

package.json
{
"name": "vgauge",
"version": "1.2.8",
"version": "1.2.9",
"description": "",

@@ -11,3 +11,8 @@ "main": "dist/VGauge.umd.js",

},
"files": ["dist/*", "src/*", "attributes.json", "tags.json"],
"files": [
"dist/*",
"src/*",
"attributes.json",
"tags.json"
],
"vetur": {

@@ -39,3 +44,10 @@ "tags": "tags.json",

},
"keywords": ["vue", "gauge", "gauge.js", "gaugejs", "donut", "chart"]
"keywords": [
"vue",
"gauge",
"gauge.js",
"gaugejs",
"donut",
"chart"
]
}

15

README.md

@@ -5,5 +5,5 @@ # vgauge ![npm](https://img.shields.io/npm/v/vgauge.svg)

# If this package helps you, consider buying me a beer 😁
### 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)
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.me/amroessam/5)

@@ -36,9 +36,9 @@ ### Play

components: {
VGauge,
VGauge
},
data() {
return {
value: 35,
value: 35
};
},
}
};

@@ -65,3 +65,3 @@ ```

x: 0,
y: 0,
y: 0
},

@@ -75,3 +75,3 @@ mounted() {

}, 1000);
},
}
});

@@ -90,2 +90,3 @@ </script>

| height | height of the gauge in pixels | String | 200px |
| width | width of the gauge in pixels | String | 200px |
| unit | unit to show after value | String | '' |

@@ -92,0 +93,0 @@ | initialValue | Initial value to display on the Gauge | Number | 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