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

@nivo/stream

Package Overview
Dependencies
Maintainers
2
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nivo/stream - npm Package Compare versions

Comparing version 0.75.0 to 0.76.0

4

dist/types/hooks.d.ts

@@ -7,3 +7,3 @@ import { StreamCommonProps, StreamCustomLayerProps, StreamDataProps, StreamDatum, StreamLayerData, StreamLayerDatum, StreamSliceData } from './types';

keys: Exclude<keyof RawDatum, symbol>[];
label?: import("@nivo/core").PropertyAccessor<Omit<StreamLayerData, "color" | "data" | "label">, string | number> | undefined;
label?: import("@nivo/core").PropertyAccessor<Omit<StreamLayerData, "label" | "color" | "data">, string | number> | undefined;
valueFormat?: import("@nivo/core").ValueFormat<number, void> | undefined;

@@ -13,3 +13,3 @@ offsetType?: import("@nivo/core").StackOffset | undefined;

curve?: import("@nivo/core").AreaCurve | undefined;
colors?: import("@nivo/colors").OrdinalColorScaleConfig<Omit<StreamLayerData, "color" | "data" | "label">> | undefined;
colors?: import("@nivo/colors").OrdinalColorScaleConfig<Omit<StreamLayerData, "label" | "color" | "data">> | undefined;
dotSize?: number | ((datum: StreamLayerDatum) => number) | undefined;

@@ -16,0 +16,0 @@ dotColor?: import("@nivo/colors").InheritedColorConfig<StreamLayerDatum> | undefined;

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

enableGridY: boolean;
colors: import("@nivo/colors").OrdinalColorScaleConfig<Omit<import("./types").StreamLayerData, "color" | "data" | "label">>;
colors: import("@nivo/colors").OrdinalColorScaleConfig<Omit<import("./types").StreamLayerData, "label" | "color" | "data">>;
fillOpacity: number;

@@ -19,3 +19,3 @@ borderWidth: number;

enableDots: boolean;
dotPosition: "center" | "end" | "start";
dotPosition: "start" | "center" | "end";
dotComponent: ({ x, y, size, color, borderWidth, borderColor, }: import("./StreamDotsItem").StreamDotsItemProps) => JSX.Element;

@@ -54,3 +54,3 @@ dotSize: number;

enableGridY: boolean;
colors: import("@nivo/colors").OrdinalColorScaleConfig<Omit<import("./types").StreamLayerData, "color" | "data" | "label">>;
colors: import("@nivo/colors").OrdinalColorScaleConfig<Omit<import("./types").StreamLayerData, "label" | "color" | "data">>;
fillOpacity: number;

@@ -60,3 +60,3 @@ borderWidth: number;

enableDots: boolean;
dotPosition: "center" | "end" | "start";
dotPosition: "start" | "center" | "end";
dotComponent: ({ x, y, size, color, borderWidth, borderColor, }: import("./StreamDotsItem").StreamDotsItemProps) => JSX.Element;

@@ -63,0 +63,0 @@ dotSize: number;

{
"name": "@nivo/stream",
"version": "0.75.0",
"version": "0.76.0",
"license": "MIT",

@@ -32,7 +32,7 @@ "author": {

"dependencies": {
"@nivo/axes": "0.75.0",
"@nivo/colors": "0.75.0",
"@nivo/legends": "0.75.0",
"@nivo/scales": "0.75.0",
"@nivo/tooltip": "0.75.0",
"@nivo/axes": "0.76.0",
"@nivo/colors": "0.76.0",
"@nivo/legends": "0.76.0",
"@nivo/scales": "0.76.0",
"@nivo/tooltip": "0.76.0",
"@react-spring/web": "9.3.1",

@@ -43,3 +43,3 @@ "d3-scale": "^3.2.3",

"devDependencies": {
"@nivo/core": "0.75.0",
"@nivo/core": "0.76.0",
"@types/d3-scale": "^3.2.2",

@@ -49,3 +49,3 @@ "@types/d3-shape": "^2.0.0"

"peerDependencies": {
"@nivo/core": "0.75.0",
"@nivo/core": "0.76.0",
"react": ">= 16.14.0 < 18.0.0"

@@ -56,3 +56,3 @@ },

},
"gitHead": "bfe8126876bf0e46ad82251935ab78178e901bcf"
"gitHead": "0feb061ac0e4cd9ac6a27f5714e3629d1dcdcf4f"
}

@@ -9,2 +9,2 @@ # `@nivo/stream`

![Stream](https://raw.githubusercontent.com/plouc/nivo/master/packages/stream/doc/stream.png)
![Stream](https://raw.githubusercontent.com/plouc/nivo/master/website/src/assets/captures/stream.png)
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