New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

git-pull-request

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-pull-request - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

6

gpr.js

@@ -11,3 +11,3 @@ #!/usr/local/bin/node

var version = 'git-pull-request 0.2.0'
var version = 'git-pull-request 0.2.1'
var usage = '\n gpr [-i | -l | -lsr | -p | -b <name> | -d | -D | -h | -v ] <pr#>'

@@ -75,4 +75,4 @@ var help = usage + '\n\n' +

console.log(execSync(command, {encoding: 'utf8'}));
} catch (err) {
//console.error(err);
} catch (error) {
console.error(error.output[1]);
}

@@ -79,0 +79,0 @@ };

{
"name": "git-pull-request",
"version": "0.2.0",
"version": "0.2.1",
"description": "A cli utility to pull a remote branch based on a github PR number",

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