Socket
Socket
Sign inDemoInstall

@fishawack/lab-d3

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fishawack/lab-d3 - npm Package Compare versions

Comparing version 4.0.4 to 4.1.0

2

package.json
{
"name": "@fishawack/lab-d3",
"version": "4.0.4",
"version": "4.1.0",
"description": "Abstract layer built on top of d3",

@@ -5,0 +5,0 @@ "scripts": {

@@ -348,3 +348,3 @@ "use strict";

var index = bounds.findIndex(function (d) {
return normal > d;
return typeof d === "function" ? d(normal) : normal > d;
});

@@ -351,0 +351,0 @@ var prevColor = node.attr('class').split(':').slice(1);

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