Socket
Socket
Sign inDemoInstall

@nivo/scales

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nivo/scales - npm Package Compare versions

Comparing version 0.84.0 to 0.85.0

4

dist/types/types.d.ts

@@ -105,3 +105,3 @@ import { ScaleLinear as D3ScaleLinear, ScalePoint as D3ScalePoint, ScaleBand as D3ScaleBand, ScaleLogarithmic as D3ScaleLogarithmic, ScaleSymLog as D3ScaleSymLog, ScaleTime as D3ScaleTime } from 'd3-scale';

export type ComputedSerieAxis<Value extends ScaleValue> = {
all: Value[];
all: readonly Value[];
min: Value;

@@ -112,3 +112,3 @@ minStacked?: Value;

};
export type TicksSpec<Value extends ScaleValue> = number | string | Value[];
export type TicksSpec<Value extends ScaleValue> = number | string | readonly Value[];
//# sourceMappingURL=types.d.ts.map
{
"name": "@nivo/scales",
"version": "0.84.0",
"version": "0.85.0",
"license": "MIT",

@@ -35,3 +35,3 @@ "author": {

},
"gitHead": "71f3496361eb33c10380d12d3abb200813d9429b"
"gitHead": "4ab05e2a976cb43397fe91720aab9fb3705bdf36"
}

Sorry, the diff of this file is not supported yet

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