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

@nivo/chord

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nivo/chord - npm Package Compare versions

Comparing version 0.35.0 to 0.35.2

14

cjs/nivo-chord.js

@@ -19,6 +19,8 @@ 'use strict';

var React__default = _interopDefault(React);
var lodash = require('lodash');
var isFunction = _interopDefault(require('lodash/isFunction'));
var mapValues = _interopDefault(require('lodash/mapValues'));
var reactMotion = require('react-motion');
var d3Format = require('d3-format');
var setDisplayName = _interopDefault(require('recompose/setDisplayName'));
var partial = _interopDefault(require('lodash/partial'));

@@ -347,3 +349,3 @@ var ChordPropTypes = {

return lodash.mapValues(angles, function (angle) {
return mapValues(angles, function (angle) {
return reactMotion.spring(angle, springConfig);

@@ -504,3 +506,3 @@ });

if (!tooltipFormat || lodash.isFunction(tooltipFormat)) return { tooltipFormat: tooltipFormat };
if (!tooltipFormat || isFunction(tooltipFormat)) return { tooltipFormat: tooltipFormat };
return { tooltipFormat: d3Format.format(tooltipFormat) };

@@ -1029,5 +1031,5 @@ }), pure);

},
onMouseEnter: lodash.partial(_this3.handleMouseHover, showTooltip, hideTooltip),
onMouseMove: lodash.partial(_this3.handleMouseHover, showTooltip, hideTooltip),
onMouseLeave: lodash.partial(_this3.handleMouseLeave, hideTooltip)
onMouseEnter: partial(_this3.handleMouseHover, showTooltip, hideTooltip),
onMouseMove: partial(_this3.handleMouseHover, showTooltip, hideTooltip),
onMouseLeave: partial(_this3.handleMouseLeave, hideTooltip)
});

@@ -1034,0 +1036,0 @@ }

{
"name": "@nivo/chord",
"version": "0.35.0",
"version": "0.35.2",
"license": "MIT",

@@ -12,7 +12,8 @@ "main": "./index.js",

"dependencies": {
"@nivo/core": "0.35.0",
"@nivo/legends": "0.35.0",
"@nivo/core": "0.35.2",
"@nivo/legends": "0.35.2",
"d3-chord": "^1.0.4",
"d3-format": "^1.2.0",
"d3-shape": "^1.2.0",
"lodash": "^4.17.4",
"react-motion": "^0.5.2",

@@ -19,0 +20,0 @@ "recompose": "^0.26.0"

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