Comparing version 0.2.2 to 0.2.3
@@ -21,5 +21,3 @@ #!/usr/bin/env node | ||
const { | ||
installed: { client_secret, client_id, redirect_uris } | ||
} = simplert_config.email.gmail.credentials.installed; | ||
const { client_secret, client_id, redirect_uris } = simplert_config.email.gmail.credentials.installed; | ||
const oAuth2Client = new google.auth.OAuth2( | ||
@@ -26,0 +24,0 @@ client_id, |
{ | ||
"name": "simplert", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Simple way to send alerts via Slack, Email, Discord, SMS, etc.", | ||
@@ -5,0 +5,0 @@ "main": "index.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
12305
222