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

@shopify/polaris-viz

Package Overview
Dependencies
Maintainers
13
Versions
343
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.0.3 to 0.0.4

9

CHANGELOG.md

@@ -5,6 +5,13 @@ # Changelog

<!-- ### Changed -->
## [0.0.4] - 2020-02-04
### Changed
- Remove unused dependencies
- Fix documentation image link
## [0.0.3] - 2020-02-04
### Changed
- Remove use of Emotion styled components in favour of Sass

@@ -11,0 +18,0 @@ - Use .esnext file extensions in esnext directory, as required for consumption of esnext files by Sewing Kit

19

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

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

"build-shrink-ray": "yarn run && node ./scripts/build-shrink-ray.js",
"secrets": "ejson decrypt -o secrets.json secrets.ejson",
"prepublish": "in-publish && yarn run build || :",
"dev": "sewing-kit playground",
"splash": "babel-node --extensions '.tsx','.ts' ./scripts/splash/index.tsx"
"dev": "sewing-kit playground"
},

@@ -68,4 +66,2 @@ "stylelint": {

"@shopify/sewing-kit": "^0.112.0",
"@shopify/shrink-ray": "^1.0.0",
"@shopify/splash": "^0.0.8",
"@types/d3-array": "^2.0.0",

@@ -81,3 +77,2 @@ "@types/d3-scale": "^2.1.1",

"change-case": "^3.1.0",
"codecov": "^3.5.0",
"copyfiles": "^2.1.1",

@@ -109,3 +104,2 @@ "cssnano": "^4.1.10",

"shx": "^0.3.2",
"tslib": "^1.9.3",
"typescript": "~3.7.2"

@@ -129,10 +123,9 @@ },

"dependencies": {
"@babel/runtime": "^7.1.6",
"@shopify/css-utilities": "^1.0.5",
"@shopify/css-utilities": "^1.0.0",
"@shopify/polaris-tokens": "^2.6.0",
"d3-array": "^2.4.0",
"d3-scale": "^3.2.1",
"react": "^16.12.0",
"react-dom": "^16.12.0"
"d3-scale": "^1.0.7",
"react": "16.9.0-alpha.0",
"react-dom": "16.9.0-alpha.0"
}
}

@@ -43,3 +43,3 @@ # Polaris Viz

<br />
<img src="documentation/images/stackedchart.jpg"/>
<img src="https://github.com/Shopify/polaris-viz/raw/master/documentation/images/stackedchart.jpg"/>
</td>

@@ -46,0 +46,0 @@ <td>

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