Socket
Socket
Sign inDemoInstall

@visx/axis

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visx/axis - npm Package Compare versions

Comparing version 2.10.0-alpha.0 to 2.10.0

2

lib/types.d.ts

@@ -8,3 +8,3 @@ /// <reference types="react" />

export declare type AxisScale<Output extends AxisScaleOutput = AxisScaleOutput> = D3Scale<Output, any, any>;
declare type LineProps = Omit<React.SVGProps<SVGLineElement>, 'to' | 'from'>;
declare type LineProps = Omit<React.SVGProps<SVGLineElement>, 'to' | 'from' | 'ref'>;
declare type FormattedValue = string | undefined;

@@ -11,0 +11,0 @@ export declare type TickFormatter<T> = (value: T, index: number, values: {

{
"name": "@visx/axis",
"version": "2.10.0-alpha.0",
"version": "2.10.0",
"description": "visx axis",

@@ -32,7 +32,7 @@ "sideEffects": false,

"@types/react": "*",
"@visx/group": "2.10.0-alpha.0",
"@visx/group": "2.10.0",
"@visx/point": "2.6.0",
"@visx/scale": "2.2.2",
"@visx/shape": "2.10.0-alpha.0",
"@visx/text": "2.10.0-alpha.0",
"@visx/shape": "2.10.0",
"@visx/text": "2.10.0",
"classnames": "^2.3.1",

@@ -47,3 +47,3 @@ "prop-types": "^15.6.0"

},
"gitHead": "1b5897b3e4fd44e321d96682af2d6d2406bf55ab"
"gitHead": "3d655a8b100d862c91d4b5655e221259357a094d"
}

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