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.0.0-canary.1861
to
2.0.0-canary.1863
+6
-6
package.json
{
"name": "@parcel/cache",
"description": "Interface for defining caches and file-system, IDB and LMDB implementations.",
"version": "2.0.0-canary.1861+cb9de9d75",
"version": "2.0.0-canary.1863+85181f71e",
"license": "MIT",

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

"dependencies": {
"@parcel/fs": "2.0.0-canary.1861+cb9de9d75",
"@parcel/logger": "2.0.0-canary.1861+cb9de9d75",
"@parcel/utils": "2.0.0-canary.1861+cb9de9d75",
"@parcel/fs": "2.0.0-canary.1863+85181f71e",
"@parcel/logger": "2.0.0-canary.1863+85181f71e",
"@parcel/utils": "2.0.0-canary.1863+85181f71e",
"lmdb": "2.8.5"
},
"peerDependencies": {
"@parcel/core": "^2.0.0-canary.1859+cb9de9d75"
"@parcel/core": "^2.0.0-canary.1861+85181f71e"
},

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

},
"gitHead": "cb9de9d75c7a9c0ef11fdc52fd35c8271513cc52"
"gitHead": "85181f71eee08f36b16d3ae81d12f32d076953f0"
}