
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
grunt-compose
Advanced tools
Run docker-compose from Grunt
Integrate Docker Compose into your Grunt workflow. This plugin assumes that you
are already using Docker Compose and have your Compose file (docker-compose.yml
by default) ready. For more information about Docker Compose go here.
What this task does:
$VARIABLE
usagedocker-compose
commands inside a target directorynpm install grunt-compose --save-dev
In your project's Gruntfile, add a section named compose
to the data object
passed into grunt.initConfig()
.
grunt.initConfig({
compose: {
options: {
cmds: ['kill', 'up'],
cwd: 'docker',
env: {}
}
}
});
Type: Array
Default value: ['up']
Array of docker-compose
commands to run sequentially.
Type: String
Default value: 'docker'
A relative directory that contains Compose file docker-compose.yml
.
Type: Object
Default value: {}
A set of environment variables that will be passed to yml file.
grunt compose
FAQs
Run docker-compose from Grunt
We found that grunt-compose 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.