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

dash-cytoscape

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dash-cytoscape - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

demos/data/grid-layout/data.json

20

CHANGELOG.md

@@ -9,4 +9,24 @@ # Changelog

## [0.0.2] - 2018-11-08
### Added
* Author email and improve description
* Data section of demos readme
* Dash, html and renderer to install requirements
### Changed
* Move grid layout data file
* Change App.js react demo data to be local
* Installation steps in readme to use yarn
### Updated
* Cytoscape.js version, correct component import
### Fixed
* Correct unpkg link error
* Markdown formatting for CONTRIBUTING.md
## [0.0.1] - 2018-11-03
### Added
- First pre-release version of dash-cytoscape. Still WIP, so prepare to see it break 🔧

20

CONTRIBUTING.md

@@ -33,7 +33,12 @@ # Contributing to Dash Cytoscape

4. Build
```npm run build:all```
```
npm run build:all
```
5. Create distribution tarball
```python setup.py sdist```
```
python setup.py sdist
```
6. Copy the tarball into a separate folder and try to install it and run the examples:
```cp dist/dash-cytoscape-0.0.1.tar.gz ../temp
```
cp dist/dash-cytoscape-0.0.1.tar.gz ../temp
cp usage.py ../temp

@@ -46,11 +51,14 @@ cd ../temp

7. If the examples work, then publish:
```npm publish
```
npm publish
twine upload dist/dash-cytoscape-0.0.1.tar.gz
```
8. Tag your release with git:
```git tag -a 'v0.0.1' -m 'v0.0.1'
```
git tag -a 'v0.0.1' -m 'v0.0.1'
git push origin master --follow-tags
```
9. Verify that the publish worked by installing it:
```cd ../temp
```
cd ../temp
pip install dash-cytoscape==0.0.1

@@ -57,0 +65,0 @@ python usage.py

@@ -1,1 +0,3 @@

colour==0.1.5
dash
dash-html-components
dash_renderer
{
"name": "dash-cytoscape",
"version": "0.0.1",
"description": "dash-cytoscape",
"version": "0.0.2",
"description": "A Component Library for Dash aimed at facilitating network visualization in Python, wrapped around Cytoscape.js",
"main": "build/index.js",

@@ -15,2 +15,3 @@ "scripts": {

"author": "The Plotly Team",
"author-email": "xinghan@plot.ly",
"license": "MIT",

@@ -21,3 +22,3 @@ "dependencies": {

"react": "15.4.2",
"react-cytoscapejs": "1.0.0",
"react-cytoscapejs": "1.0.1",
"react-dom": "15.4.2"

@@ -24,0 +25,0 @@ },

@@ -8,3 +8,3 @@ # Additional Demos

The examples here use the PyPi release of dash-cytoscape currently installed, rather than the latest development version. If you wish to use the latter, please move your demo into the parent folder, and run from there.
The examples here use the PyPi release of dash-cytoscape currently installed, rather than the latest development version. If you wish to use the latter, please move your demo (and its associated data files) into the parent folder, and run from there.

@@ -11,0 +11,0 @@ To run `usage-phylogeny.py`, you need to install biopython:

{
"name": "dash-cytoscape",
"version": "0.0.1",
"description": "dash-cytoscape",
"version": "0.0.2",
"description": "A Component Library for Dash aimed at facilitating network visualization in Python, wrapped around Cytoscape.js",
"main": "build/index.js",

@@ -15,2 +15,3 @@ "scripts": {

"author": "The Plotly Team",
"author-email": "xinghan@plot.ly",
"license": "MIT",

@@ -21,3 +22,3 @@ "dependencies": {

"react": "15.4.2",
"react-cytoscapejs": "1.0.0",
"react-cytoscapejs": "1.0.1",
"react-dom": "15.4.2"

@@ -24,0 +25,0 @@ },

@@ -68,4 +68,4 @@ # Dash Cytoscape

```commandline
$ npm i
$ npm run build:all
$ yarn
$ yarn run build:all
```

@@ -72,0 +72,0 @@

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

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