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.
CLI to communicate with crispy-api
.
npm i -g crispyctl
To specify your own configuration you could use crispy.js
config file.
field | type | Description |
---|---|---|
tableName | string | table name where migrations would be stored |
migrationsDir | string | directory to store all migrations files |
mysqlConnection | MysqlConnection/string | mysql connection based on docs from mysql library |
CrispyAPI | CrispyAPI | Crispy API configuration |
Crispy API configuration
field | type | Description |
---|---|---|
url | string | url to your crispy api server |
apiKey | string | api key to your api server to have basic auth |
crispyctl --help
Shows all available commands
Usage: crispyctl [options] [command]
CLI tool to communicate with crispy-api
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
migrations|m Operate with Crispy migrations
crispy-cli migrations --help
Shows all available migrations commands`
Usage: crispy-cli migrations [options] [command]
Options:
-h, --help output usage information
Commands:
migrate <migrationName> Runs the specified migration
rollback <migrationName> Will undo the specified migration
create <migrationName> Create new migration
help [cmd] display help for [cmd]
To setup this project you have to run following commands:
nvm use
To activate specified NodeJS versionyarn
Install dependenciesyarn start
Running nodemon for local developmentyarn build
Compile Typescript to ./dist
directoryyarn clean
Remove & Install dependenciesContributions are always welcome, no matter how large or small
FAQs
CLI tool to communicate with crispy-api
We found that crispyctl 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.