Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@casthub/devon
Advanced tools
This is a work-in-progress!
@casthub/devon
is a node-based CLI tool aiming to bridge the gap between production and local development for monorepos.
.env
files automatically based on the target environmentdocker
commandsThis package is available via NPM:
yarn global add @casthub/devon
# or
npm install -g @casthub/devon
You also need to have Docker installed on your local machine. It can be downloaded via docker.com.
If you want devon
to automate generating and installing local SSL Certificates, you also must install mkcert.
devon help
lists all available commands and usage. Some useful commands to get you started are:
devon init
- Initialize devon
in the current working directory. This should be the root of your monorepo.devon install
- Should be ran every time a new device clones the repo. Does things like install the certificate CA, etc.devon switch
- Switch which services/apps you are currently working on.devon run <name...>
- Run the given Script(s).devon exec <name> <command...>
- Run a command inside the container for a service.1.0.7 (2021-08-05)
down
commandFAQs
Docker-based Monorepo Local Development CLI
The npm package @casthub/devon receives a total of 0 weekly downloads. As such, @casthub/devon popularity was classified as not popular.
We found that @casthub/devon 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.