Socket
Socket
Sign inDemoInstall

victory-scatter

Package Overview
Dependencies
Maintainers
29
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-scatter - npm Package Compare versions

Comparing version 36.5.0 to 36.5.1

3

es/helper-methods.js

@@ -170,2 +170,3 @@ import _isNil from "lodash/isNil";

}, initialChildProps);
};
};
//# sourceMappingURL=helper-methods.js.map

@@ -9,3 +9,3 @@ import * as React from "react";

VictoryMultiLabelableProps,
VictoryStyleInterface
VictoryStyleInterface,
} from "victory-core";

@@ -12,0 +12,0 @@

@@ -1,1 +0,2 @@

export { default as VictoryScatter } from "./victory-scatter";
export { default as VictoryScatter } from "./victory-scatter";
//# sourceMappingURL=index.js.map

@@ -105,2 +105,3 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }

VictoryScatter.expectedComponents = ["dataComponent", "labelComponent", "groupComponent", "containerComponent"];
export default addEvents(VictoryScatter);
export default addEvents(VictoryScatter);
//# sourceMappingURL=victory-scatter.js.map

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

exports.getBaseProps = getBaseProps;
exports.getBaseProps = getBaseProps;
//# sourceMappingURL=helper-methods.js.map

@@ -9,3 +9,3 @@ import * as React from "react";

VictoryMultiLabelableProps,
VictoryStyleInterface
VictoryStyleInterface,
} from "victory-core";

@@ -12,0 +12,0 @@

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

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
//# sourceMappingURL=index.js.map

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

exports.default = _default;
exports.default = _default;
//# sourceMappingURL=victory-scatter.js.map
{
"name": "victory-scatter",
"version": "36.5.0",
"version": "36.5.1",
"description": "Scatter Component for Victory",

@@ -24,3 +24,3 @@ "keywords": [

"prop-types": "^15.8.1",
"victory-core": "^36.5.0"
"victory-core": "^36.5.1"
},

@@ -34,3 +34,3 @@ "peerDependencies": {

"sideEffects": false,
"gitHead": "7cecba921f751c3decc8215f7e866f51d11203c1"
"gitHead": "fbe60407533cd7a6da4f8155d2ef8e189583c5a2"
}

@@ -53,7 +53,7 @@ import { assign, values, isNil } from "lodash";

x: Helpers.getRange(props, "x"),
y: Helpers.getRange(props, "y")
y: Helpers.getRange(props, "y"),
};
const domain = {
x: Domain.getDomain(props, "x"),
y: Domain.getDomain(props, "y")
y: Domain.getDomain(props, "y"),
};

@@ -66,3 +66,3 @@ const scale = {

.domain(domain.y)
.range(props.horizontal ? range.x : range.y)
.range(props.horizontal ? range.x : range.y),
};

@@ -100,3 +100,3 @@ const origin = props.polar

horizontal,
disableInlineStyles
disableInlineStyles,
} = props;

@@ -117,4 +117,4 @@ const initialChildProps = {

name,
horizontal
}
horizontal,
},
};

@@ -138,3 +138,3 @@

style: disableInlineStyles ? {} : style.data,
disableInlineStyles
disableInlineStyles,
};

@@ -141,0 +141,0 @@

@@ -9,3 +9,3 @@ import * as React from "react";

VictoryMultiLabelableProps,
VictoryStyleInterface
VictoryStyleInterface,
} from "victory-core";

@@ -12,0 +12,0 @@

@@ -15,3 +15,3 @@ import PropTypes from "prop-types";

Point,
UserProps
UserProps,
} from "victory-core";

@@ -25,3 +25,3 @@ import { getBaseProps } from "./helper-methods";

size: 3,
symbol: "circle"
symbol: "circle",
};

@@ -39,3 +39,3 @@

"style",
"width"
"width",
];

@@ -64,6 +64,6 @@

"triangleDown",
"triangleUp"
"triangleUp",
]),
PropTypes.func
])
PropTypes.func,
]),
};

@@ -79,3 +79,3 @@

standalone: true,
theme: VictoryTheme.grayscale
theme: VictoryTheme.grayscale,
};

@@ -90,3 +90,3 @@

"groupComponent",
"containerComponent"
"containerComponent",
];

@@ -93,0 +93,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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