Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@parcel/cache

Package Overview
Dependencies
Maintainers
1
Versions
950
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/cache - npm Package Compare versions

Comparing version
2.16.0
to
2.16.1
+6
-6
package.json
{
"name": "@parcel/cache",
"description": "Interface for defining caches and file-system, IDB and LMDB implementations.",
"version": "2.16.0",
"version": "2.16.1",
"license": "MIT",

@@ -28,9 +28,9 @@ "publishConfig": {

"dependencies": {
"@parcel/fs": "2.16.0",
"@parcel/logger": "2.16.0",
"@parcel/utils": "2.16.0",
"@parcel/fs": "2.16.1",
"@parcel/logger": "2.16.1",
"@parcel/utils": "2.16.1",
"lmdb": "2.8.5"
},
"peerDependencies": {
"@parcel/core": "^2.16.0"
"@parcel/core": "^2.16.1"
},

@@ -44,3 +44,3 @@ "devDependencies": {

},
"gitHead": "85181f71eee08f36b16d3ae81d12f32d076953f0"
"gitHead": "9f01c02f8d766cc8735df31f1ec96f6cf1fb9973"
}