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

@vx/responsive

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vx/responsive - npm Package Compare versions

Comparing version 0.0.158 to 0.0.161

6

build/components/ParentSize.js

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

'div',
{
style: { width: '100%', height: '100%' },
ref: this.setTarget,
className: className
},
{ style: { width: '100%', height: '100%' }, ref: this.setTarget, className: className },
children(_extends({}, this.state, {

@@ -135,0 +131,0 @@ ref: this.target,

6

build/components/ScaleSVG.js

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

'div',
{ style: {
{
style: {
display: 'inline-block',

@@ -34,3 +35,4 @@ position: 'relative',

overflow: 'hidden'
} },
}
},
_react2.default.createElement(

@@ -37,0 +39,0 @@ 'svg',

@@ -76,6 +76,3 @@ 'use strict';

if (!screenWidth && !screenHeight) return null;
return _react2.default.createElement(BaseComponent, _extends({
screenWidth: screenWidth,
screenHeight: screenHeight
}, this.props));
return _react2.default.createElement(BaseComponent, _extends({ screenWidth: screenWidth, screenHeight: screenHeight }, this.props));
}

@@ -82,0 +79,0 @@ }]);

{
"name": "@vx/responsive",
"version": "0.0.158",
"version": "0.0.161",
"description": "vx responsive svg",

@@ -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