Socket
Socket
Sign inDemoInstall

nativescript-health-data-enduco

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

nativescript-health-data-enduco - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

4

health-data.ios.js

@@ -22,3 +22,3 @@ "use strict";

var dateOfBirth = _this.healthStore.dateOfBirthComponentsWithError();
if (dateOfBirth === undefined) {
if (dateOfBirth == null) {
resolve(null);

@@ -38,3 +38,3 @@ return;

var sex = _this.healthStore.biologicalSexWithError();
if (sex === undefined) {
if (sex == null) {
resolve(null);

@@ -41,0 +41,0 @@ return;

{
"name": "nativescript-health-data-enduco",
"version": "1.3.1",
"version": "1.3.2",
"description": "Health Data plugin for Nativescript, using Google Fit and Apple HealthKit.",

@@ -5,0 +5,0 @@ "main": "health-data",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc