resolve-account
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -20,3 +20,3 @@ (function (root, factory) { | ||
var SOURCE = 'library'; | ||
var VERSION = '1.0.2'; | ||
var VERSION = '1.0.3'; | ||
@@ -165,4 +165,4 @@ function ResolveAccount(options) { | ||
account.activity.geolocation.city = account.activity.geolocation.city || 'unknown'; | ||
account.activity.geolocation.latitude = account.activity.geolocation.latitude || 'unknown'; | ||
account.activity.geolocation.longitude = account.activity.geolocation.longitude || 'unknown'; | ||
account.activity.geolocation.latitude = account.activity.geolocation.latitude || 0; | ||
account.activity.geolocation.longitude = account.activity.geolocation.longitude || 0; | ||
@@ -173,3 +173,3 @@ account.activity.client = account.activity.client || {}; | ||
account.activity.client.platform = account.activity.client.platform || 'unknown'; | ||
account.activity.client.mobile = account.activity.client.mobile || 'unknown'; | ||
account.activity.client.mobile = account.activity.client.mobile || null; | ||
@@ -176,0 +176,0 @@ // Api |
{ | ||
"name": "resolve-account", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Standardize account JSON structure for projects built under ITW Creative Works", | ||
@@ -34,2 +34,2 @@ "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
21580