Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

resolve-account

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resolve-account - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

8

dist/index.js

@@ -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",

}
}
}
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