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

react-cytoscapejs

Package Overview
Dependencies
Maintainers
20
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-cytoscapejs - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/react-cytoscape.docgen.json

2

package.json
{
"name": "react-cytoscapejs",
"version": "1.0.0",
"version": "1.0.1",
"description": "React-based network visualization component, using Cytoscape",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -28,3 +28,3 @@ # react-cytoscapejs

return <CytoscapeComponent elements={elements} style="width: 600px; height: 600px;" />;
return <CytoscapeComponent elements={elements} style={ { width: '600px', height; '600px' } } />;
}

@@ -285,1 +285,10 @@ }

```
## Change log
- v1.0.1
- Update style attribute in docs example to use idiomatic React style object
- Add npmignore
- v1.0.0
- Initial release
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