🚀 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.3

2

package.json
{
"version": "0.5.1",
"version": "0.5.3",
"name": "com.telerik.plugins.healthkit",

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

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

* `queryCorrelationType`
* `deleteSamples`

@@ -44,3 +45,3 @@ ### Resources

### Tips
* Make sure your app id has the 'HealthKit' entitlement when this plugin is installed (see iOS dev center).
* Make sure your app id has the 'HealthKit' entitlement when this plugin is installed. This is added automatically to your app if you use cordova-ios 4.3.0 or higher.
* Also, make sure your app and AppStore description complies with these Apple review guidelines: https://developer.apple.com/app-store/review/guidelines/#healthkit

@@ -47,0 +48,0 @@

@@ -74,3 +74,3 @@ function HealthKit() {

};
}
};
};

@@ -116,2 +116,4 @@

define('deleteSamples', {required: 'sampleType'}, hasValidDates);
define('queryCorrelationType', {required: 'correlationType'}, hasValidDates);

@@ -118,0 +120,0 @@ define('saveQuantitySample', {required: 'sampleType'}, hasValidDates);

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet