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.143 to 1.0.144

2

dist/index.js

@@ -72,3 +72,3 @@ "use strict";

const bootstrap = (0, utils_1.getExecutableName)('bootstrap');
const runtime = yield (0, build_utils_1.getProvidedRuntime)();
const runtime = (meta === null || meta === void 0 ? void 0 : meta.isDev) ? 'provided' : yield (0, build_utils_1.getProvidedRuntime)();
const lambda = new build_utils_1.Lambda(Object.assign({ files: Object.assign(Object.assign({}, extraFiles), { [bootstrap]: new build_utils_1.FileFsRef({ mode: 0o755, fsPath: bin }) }), handler: bootstrap, runtime }, lambdaOptions));

@@ -75,0 +75,0 @@ lambda.zipBuffer = yield lambda.createZip();

{
"name": "ecklf-tmp-runtime-test",
"version": "1.0.143",
"version": "1.0.144",
"description": "Rust runtime for Vercel Functions.",

@@ -47,4 +47,4 @@ "homepage": "https://github.com/vercel-community/rust",

"ts-jest": "^29.0.5",
"vercel": "^28.16.15"
"vercel": "^34.0.0"
}
}
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