Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

google-oauth2-env-vars

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-oauth2-env-vars - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

8

index.js

@@ -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",

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