New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@runnerty/executor-shell

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@runnerty/executor-shell - npm Package Compare versions

Comparing version
3.1.0-rc
to
3.1.0
+1
-1
package.json
{
"name": "@runnerty/executor-shell",
"version": "3.1.0-rc",
"version": "3.1.0",
"description": "Runnerty module: shell executor",

@@ -5,0 +5,0 @@ "author": "Runnerty Tech",

@@ -8,3 +8,3 @@ {

{
"id": "shell_ssh",
"id": "shell_ssh_privatekey",
"type": "@runnerty-executor-shell",

@@ -14,4 +14,11 @@ "host": "remote.server.com",

"privateKey": "./ssh/privateKeyFile.pem"
},
{
"id": "shell_ssh_password",
"type": "@runnerty-executor-shell",
"host": "remote.server.com",
"username": "runnerty",
"password": "runnerty"
}
]
}
{
"$schema": "https://raw.githubusercontent.com/runnerty/schemas/master/schemas/3.0/plan.json",
"$schema": "https://raw.githubusercontent.com/runnerty/schemas/master/schemas/3.1/plan.json",
"chains": [

@@ -47,2 +47,10 @@ {

}
},
{
"id": "SHELL_SSH_SIMPLE",
"name": "SHELL SIMPLE SAMPLE",
"exec": {
"id": "shell_ssh_privatekey",
"command": "touch /tmp/hello-world"
}
}

@@ -49,0 +57,0 @@ ]