Socket
Socket
Sign inDemoInstall

@fishawack/lab-d3

Package Overview
Dependencies
42
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.2 to 2.2.3

2

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

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

@@ -232,2 +232,5 @@ ## Background

### v2.2.3
* Fixed bug in callback reset where it doesn't check if there actually is an active state before resetting
### v2.2.2

@@ -234,0 +237,0 @@ * `callback.reset` on the maps now correctly resets the active state

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

if (local.active.id === key) {
if (local.active && local.active.id === key) {
local.active = null;

@@ -661,0 +661,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc