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

victory-pie

Package Overview
Dependencies
Maintainers
6
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-pie - npm Package Compare versions

Comparing version 13.3.1 to 14.0.0

6

CHANGELOG.md
# VictoryPie Changelog
## 14.0.0 (2018-02-04)
-[166](https://github.com/FormidableLabs/victory-pie/pull/166) Update Victory primitives
**This is a breaking change**
Internal methods for _all_ Victory primitive components have changed. This will be a breaking change for users who are extending primitive components, including `victory-native`.
## 13.3.1 (2018-01-08)

@@ -4,0 +10,0 @@

8

package.json
{
"name": "victory-pie",
"version": "13.3.1",
"version": "14.0.0",
"description": "D3 pie & donut chart component for React",

@@ -28,3 +28,5 @@ "main": "lib/index.js",

"version": "builder run npm:version",
"storybook": "start-storybook -p 3001"
"storybook": "start-storybook -p 3001",
"lank-watch": "lank exec -u -- builder run build-watch",
"lank-run": "lank exec -m victory-pie -uq -- builder run dev --expand-archetype"
},

@@ -34,3 +36,3 @@ "dependencies": {

"lodash": "^4.17.4",
"victory-core": "^20.6.0"
"victory-core": "^21.0.0"
},

@@ -37,0 +39,0 @@ "devDependencies": {

@@ -30,3 +30,30 @@ [![Travis Status][trav_img]][trav_site]

```
### Multi-repo development
Victory uses [`lank`](https://github.com/FormidableLabs/lank) for multi-repo development. Use a lank workflow to test changes in victory dependencies. Here's an example of setting up lank to test changes in `victory-core` from `victory-pie`
**First, make sure that all of your Victory repos are _siblings_ in the same directory**
```sh
# Install lank globally
$ npm install -g lank
```
Victory repos are already configured with appropriate `.lankrc` and lank scripts. To test changes in `victory-core` from `victory-pie`:
```sh
# Run all commands from the root of `victory-pie`
$ cd victory-pie
# Run `lank link` to remove `victory-core` from node_modules
$ lank link
# Watch for changes to lanked repos. Leave this process running in its own terminal window
$ npm run lank-watch
# Run a dev server with your lanked repos. In a new terminal window...
$ npm run lank-run
```
Refresh your browser to pick up changes.
For more on the development environment, see [DEVELOPMENT](https://github.com/FormidableLabs/builder-victory-component-dev/blob/master/DEVELOPMENT.md) in the project builder archetype.

@@ -33,0 +60,0 @@

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