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

@vx/pattern

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vx/pattern - npm Package Compare versions

Comparing version 0.0.153 to 0.0.161

12

build/patterns/Circles.js

@@ -84,12 +84,4 @@ 'use strict';

_Pattern2.default,
{
id: id,
width: width,
height: height
},
!!background && _react2.default.createElement('rect', {
width: width,
height: height,
fill: background
}),
{ id: id, width: width, height: height },
!!background && _react2.default.createElement('rect', { width: width, height: height, fill: background }),
_react2.default.createElement('circle', {

@@ -96,0 +88,0 @@ className: (0, _classnames2.default)('vx-pattern-circle', className),

@@ -74,7 +74,3 @@ 'use strict';

_Pattern2.default,
{
id: id,
width: width,
height: height
},
{ id: id, width: width, height: height },
!!background && _react2.default.createElement('rect', {

@@ -81,0 +77,0 @@ className: (0, _classnames2.default)('vx-pattern-line-background'),

@@ -45,12 +45,4 @@ 'use strict';

_Pattern2.default,
{
id: id,
width: width,
height: height
},
!!background && _react2.default.createElement('rect', {
width: width,
height: height,
fill: background
}),
{ id: id, width: width, height: height },
!!background && _react2.default.createElement('rect', { width: width, height: height, fill: background }),
_react2.default.createElement('path', {

@@ -57,0 +49,0 @@ className: (0, _classnames2.default)('vx-pattern-path', className),

@@ -29,8 +29,3 @@ 'use strict';

'pattern',
{
id: id,
width: width,
height: height,
patternUnits: 'userSpaceOnUse'
},
{ id: id, width: width, height: height, patternUnits: 'userSpaceOnUse' },
children

@@ -37,0 +32,0 @@ )

2

package.json
{
"name": "@vx/pattern",
"version": "0.0.153",
"version": "0.0.161",
"description": "vx pattern",

@@ -5,0 +5,0 @@ "sideEffects": false,

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