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

captain-log

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

captain-log - npm Package Compare versions

Comparing version 0.1.5 to 0.2.0

12

index.js

@@ -52,2 +52,14 @@ const request = require('request')

}
if (config.type) {
if (config.type == 'pr') {
if (!d.pull_request) {
return false
}
}
if (config.type == 'issue') {
if (d.pull_request) {
return false
}
}
}
if (config.todo) {

@@ -54,0 +66,0 @@ prefix += ` [${d.state === 'closed' ? 'x' : ' '}]`

2

package.json
{
"name": "captain-log",
"version": "0.1.5",
"version": "0.2.0",
"description": "The log from your favorite captains",

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