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

@vx/scale

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vx/scale - npm Package Compare versions

Comparing version 0.0.197 to 0.0.198

1

lib/index.d.ts

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

4

package.json
{
"name": "@vx/scale",
"version": "0.0.197",
"version": "0.0.198",
"description": "vx scale",

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

},
"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