New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@shopify/polaris-viz

Package Overview
Dependencies
Maintainers
18
Versions
349
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/polaris-viz - npm Package Compare versions

Comparing version 0.20.2 to 0.20.3

4

CHANGELOG.md
# Changelog
## Unreleased
## [0.20.3] - 2021-09-14
- Fixed the direction of the gradient on the horizontal `<NormalizedStackedBarChart />` legend
- Remove change that made data required in `<Legend />` props

@@ -5,0 +7,0 @@ ## [0.20.2] - 2021-09-13

{
"name": "@shopify/polaris-viz",
"description": "Shopify’s viz component library",
"version": "0.20.2",
"version": "0.20.3",
"private": false,

@@ -6,0 +6,0 @@ "license": "SEE LICENSE IN LICENSE.md",

/// <reference types="react" />
import type { DataSeries, Data, NullableData, LineStyle, Color } from '../../types';
declare type LegendData = DataSeries<Data | NullableData, Color>;
interface LegendSeries extends LegendData {
interface LegendSeries extends Omit<LegendData, 'data'> {
lineStyle?: LineStyle;
data?: (Data | NullableData)[];
}

@@ -7,0 +8,0 @@ export interface Props {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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