Socket
Socket
Sign inDemoInstall

@visx/text

Package Overview
Dependencies
16
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.10.0 to 2.12.2

1

esm/util/getStringWidth.js

@@ -11,2 +11,3 @@ import memoize from 'lodash/memoize';

var svg = document.createElementNS('http://www.w3.org/2000/svg', 'svg');
svg.setAttribute('aria-hidden', 'true');
svg.style.width = '0';

@@ -13,0 +14,0 @@ svg.style.height = '0';

@@ -19,2 +19,3 @@ "use strict";

var svg = document.createElementNS('http://www.w3.org/2000/svg', 'svg');
svg.setAttribute('aria-hidden', 'true');
svg.style.width = '0';

@@ -21,0 +22,0 @@ svg.style.height = '0';

4

package.json
{
"name": "@visx/text",
"version": "2.10.0",
"version": "2.12.2",
"description": "visx text",

@@ -47,3 +47,3 @@ "sideEffects": false,

},
"gitHead": "3d655a8b100d862c91d4b5655e221259357a094d"
"gitHead": "023354adb0db32840302ebd948181365fead687e"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc