Comparing version 1.7.4 to 1.7.5
@@ -701,3 +701,3 @@ // Copyright 2018 AJ ONeal. All rights reserved | ||
if (!me._kid) { | ||
if (options.accountKid || options.account.kid) { | ||
if (options.accountKid || options.account && options.account.kid) { | ||
me._kid = options.accountKid || options.account.kid; | ||
@@ -704,0 +704,0 @@ } else { |
{ | ||
"name": "acme-v2", | ||
"version": "1.7.4", | ||
"version": "1.7.5", | ||
"description": "Free SSL. A framework for building Let's Encrypt v2 clients, and other ACME v2 (draft 11) clients. Successor to le-acme-core.js", | ||
@@ -5,0 +5,0 @@ "homepage": "https://git.coolaj86.com/coolaj86/acme-v2.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
77443