@byhealth/native-app-jssdk
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -12,3 +12,3 @@ "use strict"; | ||
*/ | ||
var global = window || {}; | ||
var global = (typeof window === 'undefined' ? {} : window); | ||
/** | ||
@@ -15,0 +15,0 @@ * UserAgent |
@@ -10,3 +10,3 @@ /* | ||
*/ | ||
var global = window || {}; | ||
var global = (typeof window === 'undefined' ? {} : window); | ||
/** | ||
@@ -13,0 +13,0 @@ * UserAgent |
{ | ||
"name": "@byhealth/native-app-jssdk", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "By-Health Native App Jssdk.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75073