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

@vltpkg/cache

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/cache - npm Package Compare versions

Comparing version
1.0.0-rc.22
to
1.0.0-rc.23
+5
-5
package.json
{
"name": "@vltpkg/cache",
"description": "The filesystem cache for `@vlt/registry-client`",
"version": "1.0.0-rc.22",
"version": "1.0.0-rc.23",
"repository": {

@@ -15,4 +15,4 @@ "type": "git",

"dependencies": {
"@vltpkg/error-cause": "1.0.0-rc.22",
"@vltpkg/types": "1.0.0-rc.22",
"@vltpkg/error-cause": "1.0.0-rc.23",
"@vltpkg/types": "1.0.0-rc.23",
"lru-cache": "^11.2.4",

@@ -50,3 +50,3 @@ "rimraf": "^6.1.2"

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

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

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

@@ -60,0 +60,0 @@ }