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

@vx/boxplot

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vx/boxplot - npm Package Compare versions

Comparing version 0.0.153 to 0.0.161

4

package.json
{
"name": "@vx/boxplot",
"version": "0.0.153",
"version": "0.0.161",
"description": "vx box plot",

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

"dependencies": {
"@vx/group": "0.0.153",
"@vx/group": "0.0.161",
"classnames": "^2.2.5"

@@ -33,0 +33,0 @@ },

@@ -117,3 +117,3 @@ import React from 'react';

/>
{container &&
{container && (
<rect

@@ -135,5 +135,6 @@ x={left}

})}
/>}
/>
)}
</Group>
);
}
import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
Enzyme.configure({ adapter: new Adapter() });
Enzyme.configure({ adapter: new Adapter() });
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