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

react-gauge-component

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-gauge-component - npm Package Compare versions

Comparing version 1.1.11 to 1.1.12

2

dist/lib/GaugeComponent/types/Labels.js

@@ -12,3 +12,3 @@ "use strict";

fill: '#fff',
textShadow: "black 1px 1px 0px, black 0px 0px 0.5em, black 0px 0px 0.2em"
textShadow: "black 1px 0.5px 0px, black 0px 0px 0.03em, black 0px 0px 0.01em"
},

@@ -15,0 +15,0 @@ hide: false

@@ -9,3 +9,3 @@ "use strict";

fill: "#dedbd7",
textShadow: "black 1px 1px 0px, black 0px 0px 0.5em, black 0px 0px 0.2em"
textShadow: "black 1px 0.5px 0px, black 0px 0px 0.03em, black 0px 0px 0.01em"
},

@@ -20,3 +20,3 @@ hide: false

fill: "#dedbd7",
textShadow: "black 1px 1px 0px, black 0px 0px 0.5em, black 0px 0px 0.2em"
textShadow: "black 1px 0.5px 0px, black 0px 0px 0.03em, black 0px 0px 0.01em"
},

@@ -23,0 +23,0 @@ hide: false,

{
"name": "react-gauge-component",
"version": "1.1.11",
"version": "1.1.12",
"main": "dist/lib/index.js",

@@ -5,0 +5,0 @@ "module": "dist/lib/index.js",

@@ -35,5 +35,14 @@ # react-gauge-component

//Component with default values
<GaugeComponent id="gauge-component1" />
<GaugeComponent />
```
For next.js you'll have to do dynamic import:
```jsx
import dynamic from "next/dynamic";
const GaugeComponent = dynamic(() => import('react-gauge-component'), { ssr: false });
//Component with default values
<GaugeComponent />
```
## Examples

@@ -40,0 +49,0 @@ ### Simple Gauge.

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