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

webtreemap-cdt

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webtreemap-cdt - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

3

build/treemap.js

@@ -271,2 +271,5 @@ /**

return;
// Don't shift focus to any captions or non-nodes
if (!elem.matches('.webtreemap-node'))
return;
elem = elem; // lol

@@ -273,0 +276,0 @@ // Reset tabIndex as we have a new focused item

5

dist/webtreemap.js
/**
* webtreemap-cdt
* v3.2.0
* v3.2.1
* https://github.com/paulirish/webtreemap-cdt

@@ -370,2 +370,5 @@ */

return;
// Don't shift focus to any captions or non-nodes
if (!elem.matches('.webtreemap-node'))
return;
elem = elem; // lol

@@ -372,0 +375,0 @@ // Reset tabIndex as we have a new focused item

{
"name": "webtreemap-cdt",
"version": "3.2.0",
"version": "3.2.1",
"description": "treemap visualization",

@@ -5,0 +5,0 @@ "main": "dist/webtreemap.js",

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