google-oauth2-env-vars
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -81,7 +81,7 @@ require("dotenv").config() | ||
envVars = this.getEnvVars() | ||
console.log(`✅${CLIENT_ID} found in .env`) | ||
console.log(`✅${CLIENT_SECRET} found in .env`) | ||
console.log(`✅${this.tokenName} found in .env`) | ||
console.log(`✅ ${CLIENT_ID} found in .env`) | ||
console.log(`✅ ${CLIENT_SECRET} found in .env`) | ||
console.log(`✅ ${this.tokenName} found in .env`) | ||
} catch (e) { | ||
console.log(`❌${e.message}`) | ||
console.log(`❌ ${e.message}`) | ||
envVars = await this.getNewEnvVars() | ||
@@ -88,0 +88,0 @@ } |
{ | ||
"name": "google-oauth2-env-vars", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "Generate and cache Google OAuth 2.0 tokens in .env files", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/cedricdelpoux/google-oauth2-env-vars", |
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
12213