Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@geneontology/ribbon
Advanced tools
A react component for generating heatmap type displays for ontology slims.
Short form matrix view of all GO annotations for a given gene
npm install
in the components's root directory will install everything you need for development. npm install
npm run build
npm start
will run a local server with the ribbon's demo app at http://localhost:3000 with hot module reloading.Integration is demonstrated in the demo package.
import React from 'react';
import ReactDOM from 'react-dom';
...
ReactDOM.render(<Demo/>, document.getElementById('demo'));
With the Demo Component instantiating all of the lower components.
If not running react directly (or not wanting to load it via npm), you can import the libraries directly :
<script src="https://unpkg.com/react@15.6.1/dist/react.js"></script>
<script src="https://unpkg.com/react-dom@15.6.1/dist/react-dom.js"></script>
Which will allow you to do as above.
fly
zebrafish
npm run build
will prepare the assets of the library for publishing to NPM.
FAQs
A react component for generating heatmap type displays for ontology slims.
The npm package @geneontology/ribbon receives a total of 11 weekly downloads. As such, @geneontology/ribbon popularity was classified as not popular.
We found that @geneontology/ribbon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.