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

@fishawack/lab-d3

Package Overview
Dependencies
Maintainers
0
Versions
60
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 5.0.0 to 5.0.1

2

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

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

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

if (!newColor || newColor !== prevColor) {
node.classed(prevColor, false);
node.classed(prevColor, false).attr('data-color', null);
if (newColor) {

@@ -357,0 +357,0 @@ node.classed(newColor, true).attr('data-color', newColor);

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