New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ecklf-tmp-runtime-test

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ecklf-tmp-runtime-test - npm Package Compare versions

Comparing version 1.0.79 to 1.0.80

13

dist/index.js

@@ -55,2 +55,9 @@ "use strict";

(0, build_utils_1.debug)(JSON.stringify(fs_1.default.readdirSync(workPath)));
(0, build_utils_1.debug)("Restoring Cargo Registry");
try {
restoreCargoRegistry(workPath);
}
catch (error) {
(0, build_utils_1.debug)(JSON.stringify(error));
}
const { PATH, HOME } = process.env;

@@ -118,4 +125,4 @@ const rustEnv = {

const cacheFiles = yield (0, build_utils_1.glob)("target/**", workPath);
const cargoRegistry = yield (0, build_utils_1.glob)("cargo_registry/**", workPath);
(0, build_utils_1.debug)(JSON.stringify(cargoRegistry));
const cargoRegistryFiles = yield (0, build_utils_1.glob)("cargo_registry/**", workPath);
(0, build_utils_1.debug)(JSON.stringify(cargoRegistryFiles));
let files = fs_1.default.readdirSync("../");

@@ -136,3 +143,3 @@ (0, build_utils_1.debug)(files.toString());

(0, build_utils_1.debug)(JSON.stringify(cacheFiles));
return cacheFiles;
return Object.assign(Object.assign({}, cargoRegistryFiles), cacheFiles);
}),

@@ -139,0 +146,0 @@ shouldServe: (options) => __awaiter(void 0, void 0, void 0, function* () {

{
"name": "ecklf-tmp-runtime-test",
"version": "1.0.79",
"version": "1.0.80",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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