Socket
Socket
Sign inDemoInstall

@nivo/colors

Package Overview
Dependencies
996
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.68.0 to 0.69.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, "background" | "fontFamily" | "fontSize" | "textColor"> & {
export declare const getInheritedColorGenerator: <Datum = any>(config: InheritedColorConfig<Datum>, theme?: Partial<Pick<import("@nivo/core").CompleteTheme, "fontFamily" | "fontSize" | "background" | "textColor"> & {
crosshair: Partial<{

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

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

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

{
"name": "@nivo/colors",
"version": "0.68.0",
"version": "0.69.0",
"license": "MIT",

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

"d3-color": "^2.0.0",
"d3-scale": "^3.0.0",
"d3-scale": "^3.2.3",
"d3-scale-chromatic": "^2.0.0",

@@ -32,3 +32,3 @@ "lodash": "^4.17.11",

"devDependencies": {
"@nivo/core": "0.68.0",
"@nivo/core": "0.69.0",
"@types/d3-color": "^2.0.0",

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

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

@@ -48,3 +48,3 @@ "react": ">= 16.8.4 <= 17.0.0"

},
"gitHead": "923ff311ad0e95428ba0b6a6ad384e2dd2760f1b"
"gitHead": "2675b60a6d4c5eeb44b9fa67b6271e356a4c3c4d"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc