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
6
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
1.0.0-rc.22
to
1.0.0-rc.23
+11
-11
package.json
{
"name": "@vltpkg/git",
"description": "a util for spawning git from npm CLI contexts",
"version": "1.0.0-rc.22",
"version": "1.0.0-rc.23",
"repository": {

@@ -16,9 +16,9 @@ "type": "git",

"@types/promise-retry": "^1.1.6",
"@vltpkg/error-cause": "1.0.0-rc.22",
"@vltpkg/git-scp-url": "1.0.0-rc.22",
"@vltpkg/pick-manifest": "1.0.0-rc.22",
"@vltpkg/promise-spawn": "1.0.0-rc.22",
"@vltpkg/semver": "1.0.0-rc.22",
"@vltpkg/spec": "1.0.0-rc.22",
"@vltpkg/which": "1.0.0-rc.22",
"@vltpkg/error-cause": "1.0.0-rc.23",
"@vltpkg/git-scp-url": "1.0.0-rc.23",
"@vltpkg/pick-manifest": "1.0.0-rc.23",
"@vltpkg/promise-spawn": "1.0.0-rc.23",
"@vltpkg/semver": "1.0.0-rc.23",
"@vltpkg/spec": "1.0.0-rc.23",
"@vltpkg/which": "1.0.0-rc.23",
"lru-cache": "^11.2.4",

@@ -32,3 +32,3 @@ "promise-retry": "^2.0.1",

"@types/retry": "^0.12.5",
"@vltpkg/types": "1.0.0-rc.22",
"@vltpkg/types": "1.0.0-rc.23",
"eslint": "^9.39.1",

@@ -60,3 +60,3 @@ "prettier": "^3.7.4",

"prettier": "../../.prettierrc.js",
"module": "./src/index.ts",
"module": "./dist/index.js",
"type": "module",

@@ -67,3 +67,3 @@ "exports": {

"import": {
"default": "./src/index.ts"
"default": "./dist/index.js"
}

@@ -70,0 +70,0 @@ }