
Product
Announcing Socket Certified Patches: One-Click Fixes for Vulnerable Dependencies
A safer, faster way to eliminate vulnerabilities without updating dependencies
@itsjavi/devv
Advanced tools
Zero-config local development dockerization of programming languages and their package managers
devv is a zero-config Docker-based tool to allow developers running app maintenance scripts inside containers, without writing a single line of Dockerfile. This is useful specially to run command-line tools, you won't need to have your own docker files to do that.
When you run devv [IMAGE] [COMMAND] in your current directory, it will mount it
as delegated volume, together with some of your $HOME files(*) and folders needed
to run tasks like git push, npm publish, composer install, etc. which usually require
credentials.
(*) From your $HOME, it only mounts the following (read-only): ~/.npmrc, ~/.composer/auth.json, ~/.gitconfig, ~/.gitignore_global
You can clone this repository and run bin/devv-init, then you will have to manually config the bin directory in your $PATH variable to have devv available everywhere.
Alternatively, if you have node installed in your OS, you can install it globally with npm.
npm i -g @itsjavi/devv && \
devv-init
The Docker images are built by you, so you can customize this project to your needs and run devv-init every time you need.
Node & npm:
nodenode:15node:16, node:latest, nodenpm (runs on node:latest)PHP & composer:
phpphp:7php:7-xdebugphp:8, php:latest, phpphp:8-xdebugcomposer (runs on php:latest)Go (planned):
gogo:1.15go:1.16go:latest# Usage template:
devv [LANG]:[VERSION] [COMMAND] [...PARAMETERS]
# Examples:
devv node:16 node --version
devv node npm install
devv npm install
devv php:8 php --ini
devv php composer install
devv composer install
# Running phpunit with code coverage:
devv php:7-xdebug XDEBUG_MODE=coverage vendor/bin/phpunit
FAQs
Zero-config local development dockerization of programming languages and their package managers
We found that @itsjavi/devv 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.

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.