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.74 to 1.0.75

8

dist/index.js

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

const cacheFiles = yield (0, build_utils_1.glob)("target/**", workPath);
const cargoRegistry = yield (0, build_utils_1.glob)("../.cargo_registry/**", workPath);
for (const f of Object.keys(cargoRegistry)) {
const accept = /(?:^|\/)\.cargo\/registry\//.test(f);
if (!accept) {
delete cargoRegistry[f];
}
}
for (const f of Object.keys(cacheFiles)) {

@@ -136,3 +129,2 @@ const accept = /(?:^|\/)target\/release\/\.fingerprint\//.test(f) ||

(0, build_utils_1.debug)(JSON.stringify(cacheFiles));
(0, build_utils_1.debug)(JSON.stringify(cargoRegistry));
return cacheFiles;

@@ -139,0 +131,0 @@ }),

2

package.json
{
"name": "ecklf-tmp-runtime-test",
"version": "1.0.74",
"version": "1.0.75",
"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