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

@actions/cache

Package Overview
Dependencies
Maintainers
5
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.1.2 to 3.1.3

7

lib/internal/tar.js

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

const exec_1 = require("@actions/exec");
const core_1 = require("@actions/core");
const io = __importStar(require("@actions/io"));

@@ -28,3 +27,2 @@ const fs_1 = require("fs");

const IS_WINDOWS = process.platform === 'win32';
core_1.exportVariable('MSYS', 'winsymlinks:nativestrict');
// Returns tar path and type: BSD or GNU

@@ -219,3 +217,6 @@ function getTarPath() {

try {
yield exec_1.exec(command, undefined, { cwd });
yield exec_1.exec(command, undefined, {
cwd,
env: Object.assign(Object.assign({}, process.env), { MSYS: 'winsymlinks:nativestrict' })
});
}

@@ -222,0 +223,0 @@ catch (error) {

{
"name": "@actions/cache",
"version": "3.1.2",
"version": "3.1.3",
"preview": true,

@@ -5,0 +5,0 @@ "description": "Actions cache lib",

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