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.76.0 to 0.77.0

8

dist/types/inheritedColor.d.ts

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

outlineColor: string;
outlineOpacity: number;
} & Partial<Omit<import("react").CSSProperties, "fill">>>;

@@ -96,2 +97,3 @@ link: Partial<{

outlineColor: string;
outlineOpacity: number;
} & Partial<Omit<import("react").CSSProperties, "stroke" | "strokeWidth">>>;

@@ -103,2 +105,3 @@ outline: Partial<{

outlineColor: string;
outlineOpacity: number;
} & Partial<Omit<import("react").CSSProperties, "stroke" | "strokeWidth">>>;

@@ -109,2 +112,3 @@ symbol: Partial<{

outlineColor: string;
outlineOpacity: number;
} & Partial<Omit<import("react").CSSProperties, "fill">>>;

@@ -173,2 +177,3 @@ }>;

outlineColor: string;
outlineOpacity: number;
} & Partial<Omit<import("react").CSSProperties, "fill">>>;

@@ -180,2 +185,3 @@ link: Partial<{

outlineColor: string;
outlineOpacity: number;
} & Partial<Omit<import("react").CSSProperties, "stroke" | "strokeWidth">>>;

@@ -187,2 +193,3 @@ outline: Partial<{

outlineColor: string;
outlineOpacity: number;
} & Partial<Omit<import("react").CSSProperties, "stroke" | "strokeWidth">>>;

@@ -193,2 +200,3 @@ symbol: Partial<{

outlineColor: string;
outlineOpacity: number;
} & Partial<Omit<import("react").CSSProperties, "fill">>>;

@@ -195,0 +203,0 @@ }>;

8

package.json
{
"name": "@nivo/colors",
"version": "0.76.0",
"version": "0.77.0",
"license": "MIT",

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

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

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

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

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

},
"gitHead": "0feb061ac0e4cd9ac6a27f5714e3629d1dcdcf4f"
"gitHead": "986b0c0b806e7580d74a81e4e61069b60c9ee5f7"
}

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