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.10 to 1.0.11

3

dist/index.js

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

return __awaiter(this, void 0, void 0, function* () {
(0, build_utils_1.debug)(`Files: ${JSON.stringify(options, null, 2)}`);
const { files, entrypoint, workPath, config: _config, meta } = options;

@@ -44,3 +45,3 @@ yield (0, install_rust_toolchain_1.installRustToolchain)();

}
yield (0, execa_1.default)("ls -la");
yield (0, execa_1.default)("ls", ["-la"], { env });
yield (0, execa_1.default)("cargo", ["build", "--bin", LAMBDA_NAME].concat(BUILDER_DEBUG ? ["--verbose"] : ["--quiet", "--release"]), {

@@ -47,0 +48,0 @@ cwd: process.cwd(),

{
"name": "ecklf-tmp-runtime-test",
"version": "1.0.10",
"version": "1.0.11",
"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