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

@vx/stats

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vx/stats - npm Package Compare versions

Comparing version 0.0.197 to 0.0.198

1

lib/BoxPlot.d.ts

@@ -52,2 +52,1 @@ import React from 'react';

export {};
//# sourceMappingURL=BoxPlot.d.ts.map
export { default as BoxPlot } from './BoxPlot';
export { default as ViolinPlot } from './ViolinPlot';
export { default as computeStats } from './util/computeStats';
//# sourceMappingURL=index.d.ts.map

@@ -57,2 +57,1 @@ export interface BoxPlot {

};
//# sourceMappingURL=types.d.ts.map

@@ -6,2 +6,1 @@ import { BoxPlot, BinDatum } from '../types';

};
//# sourceMappingURL=computeStats.d.ts.map

@@ -20,2 +20,1 @@ import React from 'react';

export default function ViolinPlot<ScaleInput extends object = BinDatum>({ left, top, className, data, width, count, value, valueScale, horizontal, children, ...restProps }: ViolinPlotProps<ScaleInput> & Omit<React.SVGProps<SVGPathElement>, keyof ViolinPlotProps<ScaleInput>>): JSX.Element;
//# sourceMappingURL=ViolinPlot.d.ts.map

8

package.json
{
"name": "@vx/stats",
"version": "0.0.197",
"version": "0.0.198",
"description": "vx stats box violin",

@@ -34,4 +34,4 @@ "sideEffects": false,

"@types/react": "*",
"@vx/group": "0.0.197",
"@vx/scale": "0.0.197",
"@vx/group": "0.0.198",
"@vx/scale": "0.0.198",
"classnames": "^2.2.5",

@@ -47,3 +47,3 @@ "d3-shape": "^1.2.0",

},
"gitHead": "c56b64bfbedde9ca06255b2eeff84b52c49d57ea"
"gitHead": "4a418928be63a12834accbae246a69136c2e8c19"
}
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