Comparing version 0.2.3 to 0.2.4
@@ -18,4 +18,5 @@ #!/usr/bin/env node | ||
const simplert_config = require(path.resolve( | ||
__dirname + "/../" + simplertCfgFile | ||
process.cwd() + "/" + simplertCfgFile | ||
)); | ||
console.log(simplert_config) | ||
@@ -22,0 +23,0 @@ const { client_secret, client_id, redirect_uris } = simplert_config.email.gmail.credentials.installed; |
{ | ||
"name": "simplert", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
12337
223