
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@intermine/biojs-vis-component-interaction-viewer
Advanced tools
Visualise Gene and Protein interaction networks.
Quickstart: There's a demo in index.html.
Longer:
<head>
, add:<!-- the library for the webcomponent -->
<script src="dist/main.js" type="module"></script>
<!-- imjs is the library that loads data from intermine -->
<script src="http://cdn.intermine.org/js/intermine/imjs/3.15.0/im.min.js" charset="UTF-8"></script>
This links to the relevant scripts to define the component and fetch data.
<body>
Where you want your webcomponent to appear, add the following:
<biojs-component-interaction-graph
intermineService="http://www.flymine.org/flymine/service/"
searchTerm="zen"
searchClass="Gene"
searchOrganism="D. melanogaster">
</biojs-component-interaction-graph>
Some notes on usage:
intermineService
value must point to the webservices
from an InterMine. for a full list of InterMines, see registry.intermine.org.
e.g. if you are interested in rat data, set ratmine to be the url,
or for plants you might want legumemine or phytomine.searchOrganism
The format for the organism name must be in abbreviated format - e.g.
D. melanogaster works, Drosophila melanogaster would not.searchTerm
- must be an identifier for a Gene or ProteinsearchClass
- choose either Gene or Protein. (Case matters)npm 6+, ideally installed via nvm.
Once this repo is cloned, in your terminal, run:
npm install
In your terminal, run
npx webpack
This uses hybrids.js to implement webcomponents easily.
FAQs
Visualise Gene and Protein interaction networks.
The npm package @intermine/biojs-vis-component-interaction-viewer receives a total of 0 weekly downloads. As such, @intermine/biojs-vis-component-interaction-viewer popularity was classified as not popular.
We found that @intermine/biojs-vis-component-interaction-viewer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.