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.
pipeline-builder
Advanced tools
Pipeline Builder is a JavaScript library for visualizing and constructing bioinformatics workflows, using Workflow Description Language (WDL)
Example of a Pipeline Builder usage is available at http://pb.opensource.epam.com built on master branch and http://pb.opensource.epam.com:10000 built on dev branch
This demo application demonstrates major capabilities of a Pipeline Builder
Description of the demo application is available at Demo application overview
Install pipeline-builder
the usual way:
npm install --save pipeline-builder
Then require it
const pipeline = require('pipeline-builder');
console.log(pipeline.VERSION);
Refer to the API docs and tutorials for more details
The following WDL features, that require more specific parsing or visualization, are not supported at the moment:
Ensure that the latest git (e.g Git For Windows) and Node.js v6 LTS are installed. You're also encouraged to use Yarn package manager to guarantee that package versions are consistent across all build machines. Gulp.js v3 is used as a build framework.
# grab the project
git clone https://github.com/epam/pipeline-builder.git
# install necessary Node.js modules
cd pipeline-builder
yarn global add gulp-cli
yarn install
# test and build everything
gulp
# or just start webpack development server with live reload
gulp serve
FAQs
Pipeline Builder
The npm package pipeline-builder receives a total of 21 weekly downloads. As such, pipeline-builder popularity was classified as not popular.
We found that pipeline-builder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.