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

2

package.json
{
"version": "0.5.4",
"version": "0.5.5",
"name": "com.telerik.plugins.healthkit",

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

@@ -51,5 +51,6 @@ # Cordova HealthKit Plugin

```bash
cordova plugin add com.telerik.plugins.healthkit --variable HEALTH_READ_PERMISSION='App needs read access' --variable HEALTH_WRITE_PERMISSION='App needs write access'
```
cordova plugin add com.telerik.plugins.healthkit
```
`HEALTH_READ_PERMISSION` and `HEALTH_WRITE_PERMISSION` are shown when your app asks for access to data in HealthKit.

@@ -60,2 +61,11 @@ Using PhoneGap Build?

<plugin name="com.telerik.plugins.healthkit" source="npm" />
<!-- Read access -->
<config-file platform="ios" parent="NSHealthShareUsageDescription">
<string>App needs read access</string>
</config-file>
<!-- Write access -->
<config-file platform="ios" parent="NSHealthUpdateUsageDescription">
<string>App needs write access</string>
</config-file>
```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet