Huge News!Announcing our $40M Series B led by Abstract Ventures.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.131 to 1.0.132

19

dist/index.js

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

const utils_1 = require("./lib/utils");
const routes_1 = require("./lib/routes");
function buildHandler(options) {

@@ -76,13 +75,17 @@ var _a, _b;

(0, build_utils_1.debug)(`\`VERCEL_RUST_EXPERIMENTAL_ROUTE_MERGE\` enabled`);
const handlerFiles = yield (0, build_utils_1.glob)('api/**/*.rs', workPath);
const routes = (0, routes_1.generateRoutes)(Object.keys(handlerFiles));
// const handlerFiles = await glob('api/**/*.rs', workPath);
// const routes = generateRoutes(Object.keys(handlerFiles));
return {
output: {
lambda,
},
routes,
output: { [bin]: lambda },
watch: [],
// @ts-expect-error - any typed
routes: {},
/* routes, */
};
}
return {
output: { lambda },
output: { [bin]: lambda },
watch: [],
// @ts-expect-error - any typed
routes: {},
};

@@ -89,0 +92,0 @@ });

{
"name": "ecklf-tmp-runtime-test",
"version": "1.0.131",
"version": "1.0.132",
"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": "^28.18.5"
}
}
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