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

react-d3-shape

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-d3-shape - npm Package Compare versions

Comparing version 0.2.6 to 0.2.8

9

lib/chart.js

@@ -7,2 +7,4 @@ "use strict";

var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
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; }; }();

@@ -152,5 +154,5 @@

ChartSvg.defaultProps = Object.assign(_commonProps2.default, {
ChartSvg.defaultProps = _extends({
svgClassName: 'react-d3-core__container_svg'
});
}, _commonProps2.default);
ChartSvg.propTypes = {

@@ -163,3 +165,2 @@ id: _react.PropTypes.string,

};
exports.default = ChartSvg;
module.exports = exports['default'];
exports.default = ChartSvg;

@@ -93,3 +93,2 @@ "use strict";

};
exports.default = ChartSvg;
module.exports = exports['default'];
exports.default = ChartSvg;

@@ -133,3 +133,2 @@ "use strict";

}, _commonProps2.default);
exports.default = AreaStack;
module.exports = exports['default'];
exports.default = AreaStack;

@@ -113,3 +113,2 @@ "use strict";

}, _commonProps2.default);
exports.default = Area;
module.exports = exports['default'];
exports.default = Area;

@@ -126,3 +126,2 @@ "use strict";

};
exports.default = BarGroupHorizontal;
module.exports = exports['default'];
exports.default = BarGroupHorizontal;

@@ -120,3 +120,2 @@ "use strict";

};
exports.default = BarGroup;
module.exports = exports['default'];
exports.default = BarGroup;

@@ -107,3 +107,2 @@ "use strict";

};
exports.default = BarHorizontal;
module.exports = exports['default'];
exports.default = BarHorizontal;

@@ -157,3 +157,2 @@ "use strict";

};
exports.default = BarStackHorizontal;
module.exports = exports['default'];
exports.default = BarStackHorizontal;

@@ -151,3 +151,2 @@ "use strict";

};
exports.default = BarStack;
module.exports = exports['default'];
exports.default = BarStack;

@@ -108,3 +108,2 @@ "use strict";

};
exports.default = Bar;
module.exports = exports['default'];
exports.default = Bar;

@@ -100,3 +100,2 @@ "use strict";

}, _commonProps2.default);
exports.default = Line;
module.exports = exports['default'];
exports.default = Line;

@@ -179,3 +179,2 @@ "use strict";

}, _commonProps.pieProps);
exports.default = Pie;
module.exports = exports['default'];
exports.default = Pie;

@@ -117,3 +117,2 @@ "use strict";

};
exports.default = Scatter;
module.exports = exports['default'];
exports.default = Scatter;
{
"name": "react-d3-shape",
"version": "0.2.6",
"version": "0.2.8",
"description": "react shape component",

@@ -50,5 +50,5 @@ "main": "./lib/index.js",

"d3-shape": "^0.5.1",
"react-d3-core": "^1.2.5",
"react-d3-core": "^1.2.6",
"react-dom": "^0.14.7"
}
}

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