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

@vx/text

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vx/text - npm Package Compare versions

Comparing version 0.0.71 to 0.0.75

build/text/TextBackground.js

7

build/index.js

@@ -15,2 +15,6 @@ 'use strict';

var _TextBackground = require('./text/TextBackground');
var _TextBackground2 = _interopRequireDefault(_TextBackground);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -20,3 +24,4 @@

TextWrap: _TextWrap2.default,
TextOutline: _TextOutline2.default
TextOutline: _TextOutline2.default,
TextBackground: _TextBackground2.default
};

9

build/text/TextOutline.js

@@ -27,3 +27,3 @@ 'use strict';

dy = _ref$dy === undefined ? 0 : _ref$dy,
text = _ref.text,
children = _ref.children,
_ref$fontSize = _ref.fontSize,

@@ -55,3 +55,3 @@ fontSize = _ref$fontSize === undefined ? 12 : _ref$fontSize,

{
className: (0, _classnames2.default)('vx-text-outline', className),
className: (0, _classnames2.default)('vx-text-outline__outline', className),
x: x,

@@ -68,3 +68,3 @@ y: y,

},
text
children
),

@@ -74,2 +74,3 @@ _react2.default.createElement(

{
className: (0, _classnames2.default)('vx-text-outline__text', className),
x: x,

@@ -86,5 +87,5 @@ y: y,

},
text
children
)
);
}
{
"name": "@vx/text",
"version": "0.0.71",
"version": "0.0.75",
"description": "vx text",

@@ -5,0 +5,0 @@ "main": "build/index.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