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.15 to 1.0.16

15

dist/index.js

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

var SOURCE = 'library';
var VERSION = '1.0.15';
var VERSION = '1.0.16';

@@ -52,4 +52,4 @@ function ResolveAccount(options) {

// TODO: ADD THESE THINGS: USAGE RESOVLER ETC
console.log('++++++account', JSON.stringify(account, null, 2));
console.log('++++++options', JSON.stringify(options, null, 2));
console.log('++++++account 1', JSON.stringify(account, null, 2));
console.log('++++++options 1', JSON.stringify(options, null, 2));

@@ -293,4 +293,4 @@ // @@@DEVELOPER

billingSubscribeBtn.setAttribute('hidden', true);
billingSuspendedMessageEl.setAttribute('hidden');
billingTrialExpirationDateEl.setAttribute('hidden');
billingSuspendedMessageEl.setAttribute('hidden', true);
billingTrialExpirationDateEl.setAttribute('hidden', true);

@@ -392,2 +392,6 @@ // Update active UI

// TODO: ADD THESE THINGS: USAGE RESOVLER ETC
console.log('++++++account 2', JSON.stringify(account, null, 2));
console.log('++++++options 2', JSON.stringify(options, null, 2));
} catch (e) {

@@ -404,3 +408,2 @@ if (typeof window !== 'undefined') {

// Register

@@ -407,0 +410,0 @@ if (environment === 'browser') {

2

package.json
{
"name": "resolve-account",
"version": "1.0.15",
"version": "1.0.16",
"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