🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@actions/cache

Package Overview
Dependencies
Maintainers
6
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@actions/cache - npm Package Compare versions

Comparing version

to
4.0.3

lib/internal/shared/util.d.ts

2

lib/cache.js

@@ -216,3 +216,3 @@ "use strict";

if (!response.ok) {
core.debug(`Cache not found for keys: ${keys.join(', ')}`);
core.debug(`Cache not found for version ${request.version} of keys: ${keys.join(', ')}`);
return undefined;

@@ -219,0 +219,0 @@ }

@@ -21,2 +21,3 @@ "use strict";

const cache_twirp_client_1 = require("../../generated/results/api/v1/cache.twirp-client");
const util_1 = require("./util");
/**

@@ -81,2 +82,3 @@ * This class is a wrapper around the CacheServiceClientJSON class generated by Twirp.

const body = JSON.parse(rawBody);
(0, util_1.maskSecretUrls)(body);
(0, core_1.debug)(`Body: ${JSON.stringify(body, null, 2)}`);

@@ -83,0 +85,0 @@ if (this.isSuccessStatusCode(statusCode)) {

{
"name": "@actions/cache",
"version": "4.0.2",
"version": "4.0.3",
"preview": true,

@@ -52,2 +52,3 @@ "description": "Actions cache lib",

"devDependencies": {
"@types/node": "^22.13.9",
"@types/semver": "^6.0.0",

@@ -54,0 +55,0 @@ "typescript": "^5.2.2"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet