Comparing version 1.0.0 to 1.1.0
var request = require("request") | ||
var GITHUB_USERNAME = process.env.AI_GITHUB_USERNAME | ||
, OLDISSUE = new Date() - (1000 * 60 * 60 * 24 * 15) | ||
, OLDISSUE | ||
if (process.env.AI_DAYS) | ||
OLDISSUE = new Date() - (+process.env.AI_DAYS * 1000 * 60 * 60 * 24) | ||
else | ||
OLDISSUE = new Date() - (1000 * 60 * 60 * 24 * 15) | ||
function getIssues (url, user, repo, cb) { | ||
@@ -7,0 +12,0 @@ var aiUrl = url || "https://api.github.com/search/issues" + |
{ | ||
"name": "ai", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "I'm helping you finding abandoned issues in your project", | ||
@@ -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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
1836881
27187
41