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.
devcycle is command line interface that helps to move files from development to testing and testing to production
devcycle is command line interface that helps to move files from development to testing and testing to production Right now, the following comands are supported:
One line instaltion witht npm.
[sudo] npm install devcycle -g
devcycle [command] [action]
Commands:
create an empty project. Provide the name of the project and all files and folders will be created.
initialize project configuration. Execute this command from within your application's folder. Al required folders and files will be created.
list files in the development folder
count files in each main folder
copy files between folders. Valid actions are "test" and "prod"
perform operations on local snapshots. Valid actions are "add" and "list"
This CLI uses as default the following names for your folders:
It's also under the assumtion that you will have all 4 folders under the same folder, for instance if you application's name is "my-app", your folder estructure will look like this:
../my-app/development ../my-app/testing ../my-app/production ../my-app/snapshots
Type the following for an overview of the supported arguments.
devcycle -h
FAQs
devcycle is command line interface that helps to move files from development to testing and testing to production
The npm package devcycle receives a total of 24 weekly downloads. As such, devcycle popularity was classified as not popular.
We found that devcycle 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.