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 1.0.4 to 1.0.5

0

lib/cache.d.ts

@@ -0,0 +0,0 @@ import { DownloadOptions, UploadOptions } from './options';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { CompressionMethod } from './constants';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

4

lib/internal/cacheUtils.js

@@ -79,3 +79,5 @@ "use strict";

const file = _d.value;
const relativeFile = path.relative(workspace, file);
const relativeFile = path
.relative(workspace, file)
.replace(new RegExp(`\\${path.sep}`, 'g'), '/');
core.debug(`Matched: ${relativeFile}`);

@@ -82,0 +84,0 @@ // Paths are made relative so the tar entries are all relative to the root of the workspace.

@@ -0,0 +0,0 @@ export declare enum CacheFilename {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { TransferProgressEvent } from '@azure/ms-rest-js';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IHttpClientResponse, ITypedResponse } from '@actions/http-client/interfaces';

@@ -0,0 +0,0 @@ "use strict";

import { CompressionMethod } from './constants';
export declare function extractTar(archivePath: string, compressionMethod: CompressionMethod): Promise<void>;
export declare function createTar(archiveFolder: string, sourceDirectories: string[], compressionMethod: CompressionMethod): Promise<void>;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ The MIT License (MIT)

{
"name": "@actions/cache",
"version": "1.0.4",
"version": "1.0.5",
"preview": true,

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

@@ -0,0 +0,0 @@ # `@actions/cache`

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