🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

com.telerik.plugins.healthkit

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.telerik.plugins.healthkit - npm Package Compare versions

Comparing version

to
0.5.0

2

package.json
{
"version": "0.4.2",
"version": "0.5.0",
"name": "com.telerik.plugins.healthkit",

@@ -4,0 +4,0 @@ "cordova_name": "HealthKit",

@@ -21,2 +21,3 @@ # Cordova HealthKit Plugin

* `readBloodType`: output = A+|A-|B+|B-|AB+|AB-|O+|O-|unknown
* `readFitzpatrickSkinType`: output = I|II|III|IV|V|VI|unknown
* `readWeight`: pass in unit (g=gram, kg=kilogram, oz=ounce, lb=pound, st=stone)

@@ -23,0 +24,0 @@ * `saveWeight`: pass in unit (g=gram, kg=kilogram, oz=ounce, lb=pound, st=stone) and amount

@@ -71,6 +71,6 @@ function HealthKit() {

var args = options ? [options] : []
var args = options ? [options] : [];
cordova.exec(callback, onError, 'HealthKit', methodName, args);
};
};
}
};

@@ -83,3 +83,5 @@

define('readGender', {noArgs: true});
define('readFitzpatrickSkinType', {noArgs: true});
define('findWorkouts');
define('delete');
define('readWeight');

@@ -86,0 +88,0 @@ define('readHeight');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet