You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
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

Comparing version 5.0.6 to 5.0.7

6

lib/errors.js

@@ -11,3 +11,3 @@

class GitConnectionError extends GitError {
constructor (message) {
constructor () {
super('A git connection error occurred')

@@ -22,3 +22,3 @@ }

class GitPathspecError extends GitError {
constructor (message) {
constructor () {
super('The git reference could not be found')

@@ -29,3 +29,3 @@ }

class GitUnknownError extends GitError {
constructor (message) {
constructor () {
super('An unknown git error occurred')

@@ -32,0 +32,0 @@ }

{
"name": "@npmcli/git",
"version": "5.0.6",
"version": "5.0.7",
"main": "lib/index.js",

@@ -12,3 +12,3 @@ "files": [

"type": "git",
"url": "https://github.com/npm/git.git"
"url": "git+https://github.com/npm/git.git"
},

@@ -35,3 +35,3 @@ "author": "GitHub Inc.",

"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.21.3",
"@npmcli/template-oss": "4.22.0",
"npm-package-arg": "^11.0.0",

@@ -56,5 +56,5 @@ "slash": "^3.0.0",

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.21.3",
"version": "4.22.0",
"publish": true
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc