You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@vltpkg/git

Package Overview
Dependencies
Maintainers
5
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vltpkg/git - npm Package Compare versions

Comparing version
0.0.0-10
to
0.0.0-11
+15
-14
package.json
{
"name": "@vltpkg/git",
"description": "a util for spawning git from npm CLI contexts",
"version": "0.0.0-10",
"version": "0.0.0-11",
"repository": {

@@ -26,22 +26,22 @@ "type": "git",

"retry": "^0.13.1",
"@vltpkg/pick-manifest": "0.0.0-10",
"@vltpkg/error-cause": "0.0.0-10",
"@vltpkg/promise-spawn": "0.0.0-10",
"@vltpkg/spec": "0.0.0-10",
"@vltpkg/semver": "0.0.0-10",
"@vltpkg/git-scp-url": "0.0.0-10",
"@vltpkg/which": "0.0.0-10"
"@vltpkg/error-cause": "0.0.0-11",
"@vltpkg/git-scp-url": "0.0.0-11",
"@vltpkg/pick-manifest": "0.0.0-11",
"@vltpkg/promise-spawn": "0.0.0-11",
"@vltpkg/spec": "0.0.0-11",
"@vltpkg/which": "0.0.0-11",
"@vltpkg/semver": "0.0.0-11"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/node": "^22.14.1",
"@eslint/js": "^9.25.1",
"@types/node": "^22.15.3",
"@types/retry": "^0.12.5",
"eslint": "^9.25.0",
"eslint": "^9.25.1",
"prettier": "^3.5.3",
"tap": "^21.1.0",
"tshy": "^3.0.2",
"typedoc": "~0.27.6",
"typedoc": "~0.27.9",
"typescript": "5.7.3",
"typescript-eslint": "^8.30.1",
"@vltpkg/types": "0.0.0-10"
"typescript-eslint": "^8.31.1",
"@vltpkg/types": "0.0.0-11"
},

@@ -78,4 +78,5 @@ "license": "ISC",

"posttest": "tsc --noEmit",
"tshy": "tshy",
"typecheck": "tsc --noEmit"
}
}