Comparing version 0.0.197 to 0.0.198
@@ -15,2 +15,1 @@ export { default as scaleBand } from './scales/band'; | ||
export { default as scaleSqrt } from './scales/squareRoot'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -26,2 +26,1 @@ declare type StringLike = string | { | ||
export {}; | ||
//# sourceMappingURL=band.d.ts.map |
@@ -14,2 +14,1 @@ export declare type LinearConfig<Output> = { | ||
export default function linearScale<Output>({ range, rangeRound, domain, nice, clamp, }: LinearConfig<Output>): import("d3-scale").ScaleLinear<Output, Output>; | ||
//# sourceMappingURL=linear.d.ts.map |
@@ -16,2 +16,1 @@ export declare type LogConfig<Output> = { | ||
export default function logScale<Output>({ range, rangeRound, domain, base, nice, clamp, }: LogConfig<Output>): import("d3-scale").ScaleLogarithmic<Output, Output>; | ||
//# sourceMappingURL=log.d.ts.map |
@@ -14,2 +14,1 @@ export declare type OrdinalConfig<Input, Output> = { | ||
}, Output>({ range, domain, unknown, }: OrdinalConfig<Input, Output>): import("d3-scale").ScaleOrdinal<Input, Output>; | ||
//# sourceMappingURL=ordinal.d.ts.map |
@@ -14,2 +14,1 @@ export declare type PointConfig<Input> = { | ||
export default function pointScale<Input>({ range, rangeRound, domain, padding, align, }: PointConfig<Input>): import("d3-scale").ScalePoint<Input>; | ||
//# sourceMappingURL=point.d.ts.map |
@@ -16,2 +16,1 @@ export declare type PowerConfig<Output> = { | ||
export default function powerScale<Output>({ range, rangeRound, domain, exponent, nice, clamp, }: PowerConfig<Output>): import("d3-scale").ScalePower<Output, Output>; | ||
//# sourceMappingURL=power.d.ts.map |
@@ -8,2 +8,1 @@ export declare type QuantileConfig<Output> = { | ||
export default function quantileScale<Output>({ range, domain }: QuantileConfig<Output>): import("d3-scale").ScaleQuantile<Output>; | ||
//# sourceMappingURL=quantile.d.ts.map |
@@ -14,2 +14,1 @@ export declare type QuantizeConfig<Output> = { | ||
export default function quantizeScale<Output>({ range, domain, ticks, tickFormat, nice, }: QuantizeConfig<Output>): import("d3-scale").ScaleQuantize<Output>; | ||
//# sourceMappingURL=quantize.d.ts.map |
import { PowerConfig } from './power'; | ||
export declare type SquareRootConfig<Output> = Omit<PowerConfig<Output>, 'exponent'>; | ||
export default function squareRootScale<Output>(scaleConfig: SquareRootConfig<Output>): import("d3-scale").ScalePower<Output, Output>; | ||
//# sourceMappingURL=squareRoot.d.ts.map |
@@ -10,2 +10,1 @@ export declare type SymlogConfig = { | ||
export default function symLogScale({ range, domain, constant }: SymlogConfig): import("d3-scale").ScaleSymLog<number, number>; | ||
//# sourceMappingURL=symlog.d.ts.map |
@@ -8,2 +8,1 @@ export declare type ThresholdConfig<Input, Output> = { | ||
export default function thresholdScale<Input extends number | string | Date, Output>({ range, domain, }: ThresholdConfig<Input, Output>): import("d3-scale").ScaleThreshold<Input, Output>; | ||
//# sourceMappingURL=threshold.d.ts.map |
@@ -16,2 +16,1 @@ export declare type TimeConfig<Output> = { | ||
export default function timeScale<Output>({ range, rangeRound, domain, nice, clamp, }: TimeConfig<Output>): import("d3-scale").ScaleTime<Output, Output>; | ||
//# sourceMappingURL=time.d.ts.map |
@@ -16,2 +16,1 @@ export declare type UtcConfig<Output> = { | ||
export default function timeScale<Output>({ range, rangeRound, domain, nice, clamp, }: UtcConfig<Output>): import("d3-scale").ScaleTime<Output, Output>; | ||
//# sourceMappingURL=utc.d.ts.map |
export default function updateScale(scale: any, { ...args }?: any): any; | ||
//# sourceMappingURL=updateScale.d.ts.map |
{ | ||
"name": "@vx/scale", | ||
"version": "0.0.197", | ||
"version": "0.0.198", | ||
"description": "vx scale", | ||
@@ -37,3 +37,3 @@ "sideEffects": false, | ||
}, | ||
"gitHead": "c56b64bfbedde9ca06255b2eeff84b52c49d57ea" | ||
"gitHead": "4a418928be63a12834accbae246a69136c2e8c19" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
35663
48