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
19
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.18.1 to 0.18.2

7

CHANGELOG.md
# Changelog
## [0.18.2] - 2021-08-17
- [Updates dev dependencies](https://github.com/Shopify/polaris-viz/pull/474). No consumer-facing changes are expected.
## [0.18.1] - 2021-08-11
### Fixed
- Comparison data is used in the `<Sparkbar />` scale

@@ -16,2 +21,3 @@

### Changed
- removes @shopify/css-utilities in favour of adding our own utility

@@ -21,2 +27,3 @@ - lowers d3-path dependency to a version matching d3-shape's dependency

- adds a resolution for d3-array so we only have one version of the package in our library
- Add xmlns and specific height & width values to svgs tags

@@ -23,0 +30,0 @@ ## [0.17.2] - 2021-06-23

19

package.json
{
"name": "@shopify/polaris-viz",
"description": "Shopify’s viz component library",
"version": "0.18.1",
"version": "0.18.2",
"private": false,

@@ -87,7 +87,7 @@ "license": "SEE LICENSE IN LICENSE.md",

"@size-limit/preset-big-lib": "^5.0.1",
"@storybook/addon-actions": "^6.3.1",
"@storybook/addon-essentials": "^6.3.1",
"@storybook/addon-links": "^6.3.1",
"@storybook/react": "^6.3.1",
"@storybook/theming": "^6.3.1",
"@storybook/addon-actions": "^6.3.7",
"@storybook/addon-essentials": "^6.3.7",
"@storybook/addon-links": "^6.3.7",
"@storybook/react": "^6.3.7",
"@storybook/theming": "^6.3.7",
"@types/d3-array": "^2.12.1",

@@ -111,3 +111,2 @@ "@types/d3-color": "1",

"ink": "^2.3.0",
"isomorphic-fetch": "^2.2.1",
"js-yaml": "^3.13.1",

@@ -170,4 +169,8 @@ "npm-run-all": "^4.1.5",

"resolutions": {
"d3-array": "2.4.0"
"browserslist": "^4.16.7",
"d3-array": "2.4.0",
"glob-parent": "^6.0.1",
"trim": "^1.0.1",
"trim-newlines": "^3.0.1"
}
}

@@ -51,1 +51,2 @@ export declare const CROSSHAIR_WIDTH = 5;

export declare const MASK_SUBDUE_COLOR = "#434343";
export declare const XMLNS = "http://www.w3.org/2000/svg";

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 not supported yet

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 not supported yet

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 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