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.6 to 1.0.7

7

dist/index.js

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

var SOURCE = 'library';
var VERSION = '1.0.6';
var VERSION = '1.0.7';

@@ -275,3 +275,6 @@ function ResolveAccount(options) {

// Update trial UI
if (account.plan.trial.activated) {
if (
account.plan.trial.activated
&& daysTillTrialExpire > 0
) {
billingTrialExpirationDateEl

@@ -278,0 +281,0 @@ .removeAttribute('hidden')

{
"name": "resolve-account",
"version": "1.0.6",
"version": "1.0.7",
"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