Socket
Socket
Sign inDemoInstall

@npmcli/git

Package Overview
Dependencies
Maintainers
5
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@npmcli/git - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

4

lib/which.js

@@ -6,3 +6,5 @@ const which = require('which')

gitPath = which.sync('git')
} catch (e) {}
} catch {
// ignore errors
}

@@ -9,0 +11,0 @@ module.exports = (opts = {}) => {

{
"name": "@npmcli/git",
"version": "3.0.1",
"version": "3.0.2",
"main": "lib/index.js",

@@ -34,3 +34,5 @@ "files": [

"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.2.2",
"@npmcli/template-oss": "3.5.0",
"npm-package-arg": "^9.1.0",
"rimraf": "^3.0.2",
"slash": "^3.0.0",

@@ -56,4 +58,4 @@ "tap": "^16.0.1"

"windowsCI": false,
"version": "3.2.2"
"version": "3.5.0"
}
}
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