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

ai

Package Overview
Dependencies
Maintainers
1
Versions
291
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

7

index.js
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" +

2

package.json
{
"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",

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