Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
cheminfo-tools
Advanced tools
CLI tools to help cheminfo developers
$ npm install -g cheminfo-tools
This will add a new cheminfo
command to your system.
Make a browser build using webpack
bundle
Generate and/or publish documentation.
It will be generated in the doc
directory.
Test, bump and publish a project on npm.
You need to run the command from the root of the project's directory. It is only for npm-only packages. Please use the GRM for browser packages.
Usage: cheminfo publish -o <org> -b <version>
-o
and -b
are optional values and are determined automaticaly.
cheminfo publish -o cheminfo -b major
This will:
Generates a basic project structure based on the giving organization. You need to run the command from the root of the project's directory (previously you had to create it and clone it).
Usage: cheminfo generate [options]
cheminfo generate ml
The generator will prompt for the next fields:
ml-
start for ml.js organization0.0.1
false
false
npm install
after the template generationWhen the generator finish there will be the following files:
.
├── .eslintrc.yml
├── .gitignore
├── .travis.yml
├── History.md
├── LICENSE
├── README.md
├── package.json
├── runkit.js
├── src
│ └── index.js
└── test
├── .eslintrc.yml
└── test.js
install hub
npm install --global yo generator-cheminfo cheminfo-tools
mkdir ABC
cd ABC
yo cheminfo
hub init
hub create cheminfo-js/ABC
git add -A
git commit -m 'first commit'
hub push origin master
Alternative templates:
yo cheminfo:module
ES6 module (import / export)yo cheminfo:lerna-module
yo cheminfo:typescript
cheminfo publish
If you want your package to be private, add in package.json
"private": true,
FAQs
CLI tools to help cheminfo developers
The npm package cheminfo-tools receives a total of 385 weekly downloads. As such, cheminfo-tools popularity was classified as not popular.
We found that cheminfo-tools demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.