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 0.0.9 to 1.0.0

13

dist/index.js

@@ -20,3 +20,3 @@ (function (root, factory) {

var SOURCE = 'library';
var VERSION = '0.0.9';
var VERSION = '1.0.0';

@@ -157,2 +157,13 @@ function ResolveAccount(options) {

account.activity.geolocation = account.activity.geolocation || {};
account.activity.geolocation.ip = account.activity.geolocation.ip || 'unknown';
account.activity.geolocation.continent = account.activity.geolocation.continent || 'unknown';
account.activity.geolocation.country = account.activity.geolocation.country || 'unknown';
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.userAgent = account.activity.geolocation.userAgent || 'unknown';
account.activity.geolocation.language = account.activity.geolocation.language || 'unknown';
account.activity.geolocation.platform = account.activity.geolocation.platform || 'unknown';
// Api

@@ -159,0 +170,0 @@ account.api = account.api || {};

2

package.json
{
"name": "resolve-account",
"version": "0.0.9",
"version": "1.0.0",
"description": "Standardize account JSON structure for projects built under ITW Creative Works",

@@ -5,0 +5,0 @@ "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