Sorry, the diff of this file is not supported yet
+1
-1
| { | ||
| "name": "quantified", | ||
| "version": "0.0.1", | ||
| "version": "0.0.2", | ||
| "author": "Gianfranco Cecconi <gianfranco.cecconi@digitalcontraptionsimaginarium.co.uk>", | ||
@@ -5,0 +5,0 @@ "description": "The objective of the project is to build a Nodejs library capable of interfacing the mainstream health and fitness trackers and to export their data in a way that is consistent across different brands and devices. This will allow to run data analysis on larger populations of users who are willing to offer access to their personal data, e.g. for medical research.", |
+1
-0
@@ -11,2 +11,3 @@ #Quantified | ||
| - Jawbone UP: all versions | ||
| Candidates: [Fitbit](http://www.fitbit.com/uk), [Moves (app only)](http://www.moves-app.com) | ||
@@ -13,0 +14,0 @@ |
+1
-1
@@ -108,3 +108,2 @@ var DEFAULT_TIME_WINDOW = 7; // days | ||
| .alias('rfriendly', 'r') | ||
| .default('password', process.env.UPCL_PASSWORD) | ||
| .argv, | ||
@@ -121,2 +120,3 @@ csv = require("csv"), | ||
| argv.password = argv.password || process.env.UPCL_PASSWORD; | ||
| if ((command != "") && argv.rfriendly) { | ||
@@ -123,0 +123,0 @@ argv.csv = true; |
Sorry, the diff of this file is not supported yet
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
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
86032
511.46%7
16.67%76
1.33%