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

rbwhat

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rbwhat - npm Package Compare versions

Comparing version 1.2.7 to 1.2.8

2

package.json
{
"name": "rbwhat",
"version": "1.2.7",
"version": "1.2.8",
"description": "Quickly list review-board requests that need your attention",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -96,4 +96,3 @@ #!/usr/bin/env node

bug = request.bugs_closed[0];
bug = bug ? config.bugUrl + bug : 'None';
bug = 'bug '.grey + pad(bug, 24).white;
bug = bug ? config.bugUrl.grey + bug.white : 'None'.white;
url = ("" + config.url + "r/" + request.id + "/").underline;

@@ -103,3 +102,3 @@ if (config.linkDiff) {

}
return [title, " " + bug, " " + repo + config.branchWedge.grey + branch, " " + url];
return [title, " " + (pad(bug, 24)), " " + repo + config.branchWedge.grey + branch, " " + url];
};

@@ -106,0 +105,0 @@

Sorry, the diff of this file is not supported yet

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