smartfacecloud-updater
Advanced tools
Comparing version 0.0.38 to 0.0.39
@@ -5,3 +5,3 @@ #!/usr/bin/env node | ||
var args = require('minimist')(process.argv.slice(2)); | ||
args.workspacePath = args.workspacePath || '/home/ubuntu/workspace'; | ||
args.workspacePath = args.workspacePath || process.env.SMF_CIDE_WS_PATH || '/home/ubuntu/workspace'; | ||
thisPackage(args); |
@@ -117,2 +117,5 @@ { | ||
"description": "Fixed incorrect IDEURL for QRCode at smartface-c9" | ||
}, | ||
"0.0.39": { | ||
"description": "Updated dispatcher to 0.0.34" | ||
} | ||
@@ -119,0 +122,0 @@ } |
{ | ||
"name": "smartfacecloud-updater", | ||
"version": "0.0.38", | ||
"description": "Auto updater for SmartfaceCloud", | ||
"version": "0.0.39", | ||
"description": "Auto updater for Smartface", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "bin": { |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
33500
47
504
5