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

victory-sunburst

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-sunburst - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

dist/victory-sunburst.js

6

lib/components/victory-sunburst.js

@@ -29,2 +29,6 @@ "use strict";

var _flareJs = require("../../flare.js");
var _flareJs2 = _interopRequireDefault(_flareJs);
// import _ from "lodash";

@@ -98,3 +102,2 @@

VictorySunburst.propTypes = {
color: _react2["default"].PropTypes.string,
width: _react2["default"].PropTypes.number,

@@ -109,2 +112,3 @@ height: _react2["default"].PropTypes.number,

height: 700,
data: _flareJs2["default"],
radius: function radius(width, height) {

@@ -111,0 +115,0 @@ return Math.min(width, height) / 2;

2

package.json
{
"name": "victory-sunburst",
"version": "0.0.2",
"version": "0.0.3",
"description": "Victory Component",

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

import React from "react";
import Radium from "radium";
import d3 from "d3";
import flare from "../../flare.js";

@@ -62,3 +63,2 @@ // import _ from "lodash";

VictorySunburst.propTypes = {
color: React.PropTypes.string,
width: React.PropTypes.number,

@@ -73,2 +73,3 @@ height: React.PropTypes.number,

height: 700,
data: flare,
radius: (width, height) => {

@@ -75,0 +76,0 @@ return Math.min(width, height) / 2;

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