Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@actions/cache

Package Overview
Dependencies
Maintainers
0
Versions
43
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 3.2.4 to 3.3.0

4

lib/internal/cacheUtils.js

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

const io = __importStar(require("@actions/io"));
const crypto = __importStar(require("crypto"));
const fs = __importStar(require("fs"));

@@ -52,3 +53,2 @@ const path = __importStar(require("path"));

const util = __importStar(require("util"));
const uuid_1 = require("uuid");
const constants_1 = require("./constants");

@@ -76,3 +76,3 @@ // From https://github.com/actions/toolkit/blob/main/packages/tool-cache/src/tool-cache.ts#L23

}
const dest = path.join(tempDirectory, (0, uuid_1.v4)());
const dest = path.join(tempDirectory, crypto.randomUUID());
yield io.mkdirP(dest);

@@ -79,0 +79,0 @@ return dest;

{
"name": "@actions/cache",
"version": "3.2.4",
"version": "3.3.0",
"preview": true,

@@ -40,3 +40,3 @@ "description": "Actions cache lib",

"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.0.1",

@@ -49,10 +49,8 @@ "@actions/glob": "^0.1.0",

"@azure/storage-blob": "^12.13.0",
"semver": "^6.3.1",
"uuid": "^3.3.3"
"semver": "^6.3.1"
},
"devDependencies": {
"@types/semver": "^6.0.0",
"@types/uuid": "^3.4.5",
"typescript": "^5.2.2"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc