Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@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.
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.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.