@uside/adonis-backup
Advanced tools
+1
-1
| { | ||
| "name": "@uside/adonis-backup", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "description": "Backblaze pg backup tool for Adonis", | ||
@@ -5,0 +5,0 @@ "scripts": { |
+3
-1
@@ -17,3 +17,5 @@ 'use strict' | ||
| let proc = spawn(command, args) | ||
| proc.stderr.on('data', console.error.bind(console)) | ||
| proc.stderr.on('data', (data) => { | ||
| console.error(data.toString()) | ||
| }) | ||
| proc.on('close', code => resolve(code)) | ||
@@ -20,0 +22,0 @@ }) |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
4394
0.71%86
2.38%