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

@nivo/colors

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nivo/colors - npm Package Compare versions

Comparing version 0.75.0 to 0.76.0

4

dist/types/inheritedColor.d.ts

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

*/
export declare const getInheritedColorGenerator: <Datum = any>(config: InheritedColorConfig<Datum>, theme?: Partial<Pick<import("@nivo/core").CompleteTheme, "fontFamily" | "fontSize" | "background" | "textColor"> & {
export declare const getInheritedColorGenerator: <Datum = any>(config: InheritedColorConfig<Datum>, theme?: Partial<Pick<import("@nivo/core").CompleteTheme, "background" | "fontFamily" | "fontSize" | "textColor"> & {
crosshair: Partial<{

@@ -110,3 +110,3 @@ line: Partial<{

}> | undefined) => InheritedColorConfigCustomFunction<Datum> | ((d: Datum) => any);
export declare const useInheritedColor: <Datum = any>(config: InheritedColorConfig<Datum>, theme?: Partial<Pick<import("@nivo/core").CompleteTheme, "fontFamily" | "fontSize" | "background" | "textColor"> & {
export declare const useInheritedColor: <Datum = any>(config: InheritedColorConfig<Datum>, theme?: Partial<Pick<import("@nivo/core").CompleteTheme, "background" | "fontFamily" | "fontSize" | "textColor"> & {
crosshair: Partial<{

@@ -113,0 +113,0 @@ line: Partial<{

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

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

"devDependencies": {
"@nivo/core": "0.75.0",
"@nivo/core": "0.76.0",
"@types/d3-color": "^2.0.0",

@@ -39,3 +39,3 @@ "@types/d3-scale-chromatic": "^2.0.0",

"peerDependencies": {
"@nivo/core": "0.75.0",
"@nivo/core": "0.76.0",
"prop-types": ">= 15.5.10 < 16.0.0",

@@ -47,3 +47,3 @@ "react": ">= 16.14.0 < 18.0.0"

},
"gitHead": "bfe8126876bf0e46ad82251935ab78178e901bcf"
"gitHead": "0feb061ac0e4cd9ac6a27f5714e3629d1dcdcf4f"
}
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