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.2 to 1.2.3

deploy.sh

11

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

@@ -11,6 +11,9 @@ "license": "MIT",

"bugs": "https://github.com/jakl/rbwhat/issues",
"keywords": [ "review board", "code review"],
"keywords": [
"review board",
"code review"
],
"repository": {
"type": "git",
"url": "http://github.com/jakl/rbwhat.git"
"type": "git",
"url": "http://github.com/jakl/rbwhat.git"
},

@@ -17,0 +20,0 @@ "dependencies": {

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

}
return ["" + (pad(colorName(submitter, submitter), 25)) + " " + title, " " + bug + " " + repo + " " + '/'.grey + " " + branch, " " + url];
return [title, " " + bug + " " + repo + " " + '/'.grey + " " + branch, " " + url];
};

@@ -103,0 +103,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