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

nud3

Package Overview
Dependencies
Maintainers
5
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nud3 - npm Package Compare versions

Comparing version 0.5.32 to 0.5.33

6

lib/helpers/scaleHelpers.js

@@ -47,2 +47,8 @@ 'use strict';

}
// edge case for when all values are zero
if (valueExtent[0] === valueExtent[1] && valueExtent[0] === 0) {
valueExtent[1] = 1;
}
yScale.domain(valueExtent);

@@ -49,0 +55,0 @@ if (props.DEBUG) {

2

package.json
{
"name": "nud3",
"version": "0.5.32",
"version": "0.5.33",
"description": "New D3 composable charts for React",

@@ -5,0 +5,0 @@ "repository": "https://github.com/nuvi/nud3",

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