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

quantified

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quantified - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
tools/.RData

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.",

@@ -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 @@

@@ -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