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

carbon-addons-data-viz-react

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carbon-addons-data-viz-react - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

5

cjs/components/GaugeGraph/GaugeGraph.js

@@ -206,3 +206,6 @@ 'use strict';

'div',
{ className: 'bx--graph-container', style: { position: 'relative' } },
{
className: 'bx--graph-container',
style: { position: 'relative', width: this.state.boxSize }
},
_react2.default.createElement('svg', { id: id, ref: id }),

@@ -209,0 +212,0 @@ _react2.default.createElement(

9

cjs/components/PieChart/PieChart.js

@@ -154,3 +154,10 @@ 'use strict';

'div',
{ className: 'bx--graph-container', style: { position: 'relative' } },
{
className: 'bx--graph-container',
style: {
position: 'relative',
width: this.state.width,
height: this.state.height
}
},
_react2.default.createElement('svg', { ref: 'container' }),

@@ -157,0 +164,0 @@ _react2.default.createElement(

@@ -185,3 +185,6 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();

'div',
{ className: 'bx--graph-container', style: { position: 'relative' } },
{
className: 'bx--graph-container',
style: { position: 'relative', width: this.state.boxSize }
},
React.createElement('svg', { id: id, ref: id }),

@@ -188,0 +191,0 @@ React.createElement(

@@ -133,3 +133,10 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();

'div',
{ className: 'bx--graph-container', style: { position: 'relative' } },
{
className: 'bx--graph-container',
style: {
position: 'relative',
width: this.state.width,
height: this.state.height
}
},
React.createElement('svg', { ref: 'container' }),

@@ -136,0 +143,0 @@ React.createElement(

{
"name": "carbon-addons-data-viz-react",
"version": "1.7.1",
"version": "1.7.2",
"description": "Carbon Data Visualization",

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

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