Comparing version 0.0.197 to 0.0.198
@@ -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 |
{ | ||
"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" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
37556
21
848
+ Added@vx/group@0.0.198(transitive)
+ Added@vx/scale@0.0.198(transitive)
- Removed@vx/group@0.0.197(transitive)
- Removed@vx/scale@0.0.197(transitive)
Updated@vx/group@0.0.198
Updated@vx/scale@0.0.198