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

@nivo/bar

Package Overview
Dependencies
Maintainers
2
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nivo/bar - npm Package Compare versions

Comparing version 0.82.1 to 0.83.0

4

dist/types/types.d.ts
import * as React from 'react';
import { AnnotationMatcher } from '@nivo/annotations';
import { AxisProps, CanvasAxisProps, GridValues } from '@nivo/axes';
import { Box, CartesianMarkerProps, Dimensions, Margin, ModernMotionProps, PropertyAccessor, SvgDefsAndFill, Theme, ValueFormat } from '@nivo/core';
import { Box, CartesianMarkerProps, Dimensions, Margin, MotionProps, PropertyAccessor, SvgDefsAndFill, Theme, ValueFormat } from '@nivo/core';
import { InheritedColorConfig, OrdinalColorScaleConfig } from '@nivo/colors';

@@ -174,3 +174,3 @@ import { LegendProps } from '@nivo/legends';

};
export type BarSvgProps<RawDatum extends BarDatum> = Partial<BarCommonProps<RawDatum>> & DataProps<RawDatum> & BarHandlers<RawDatum, SVGRectElement> & SvgDefsAndFill<ComputedBarDatum<RawDatum>> & Dimensions & ModernMotionProps & Partial<{
export type BarSvgProps<RawDatum extends BarDatum> = Partial<BarCommonProps<RawDatum>> & DataProps<RawDatum> & BarHandlers<RawDatum, SVGRectElement> & SvgDefsAndFill<ComputedBarDatum<RawDatum>> & Dimensions & MotionProps & Partial<{
axisBottom: AxisProps | null;

@@ -177,0 +177,0 @@ axisLeft: AxisProps | null;

{
"name": "@nivo/bar",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",

@@ -32,8 +32,9 @@ "author": {

"dependencies": {
"@nivo/annotations": "0.82.1",
"@nivo/axes": "0.82.1",
"@nivo/colors": "0.82.1",
"@nivo/legends": "0.82.1",
"@nivo/scales": "0.82.1",
"@nivo/tooltip": "0.82.1",
"@nivo/annotations": "0.83.0",
"@nivo/axes": "0.83.0",
"@nivo/colors": "0.83.0",
"@nivo/core": "0.83.0",
"@nivo/legends": "0.83.0",
"@nivo/scales": "0.83.0",
"@nivo/tooltip": "0.83.0",
"@react-spring/web": "9.4.5 || ^9.7.2",

@@ -47,12 +48,8 @@ "@types/d3-scale": "^3.2.3",

"peerDependencies": {
"@nivo/core": "workspace:*",
"react": ">= 16.14.0 < 19.0.0"
},
"devDependencies": {
"@nivo/core": "0.82.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "5aa364bb0a29e0bc41aba3f80394b1cf7e582297"
"gitHead": "5ee7cba46ac12deb04095d6555c3d12bc358a211"
}

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