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

gitpair

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitpair - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "gitpair",
"version": "1.0.0",
"version": "1.0.1",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=8"

@@ -11,5 +11,5 @@ import { bold, red } from 'chalk'

commands.help()
process.exit(1)
process.exit(command ? 1 : 0)
}
commands[command](...args)

Sorry, the diff of this file is too big to display

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