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.122 to 1.0.123

3

dist/lib/routes.js

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

const parameterName = segment.replace('[', '').replace(']', '');
acc.src.push(`(?<${parameterName}>[^/]+)`);
acc.src.push(`(?<${parameterName}>[^/]*`);
acc.searchParams.set(parameterName, `$${parameterName}`);

@@ -38,3 +38,2 @@ return acc;

src: `/${result.src.join('/')}`,
// TODO
dest: `/api/vercel/index${queryString}`,

@@ -41,0 +40,0 @@ };

@@ -10,7 +10,7 @@ "use strict";

{
"dest": "/api/index",
"dest": "/api/vercel/index",
"src": "/api/foo",
},
{
"dest": "/api/index",
"dest": "/api/vercel/index",
"src": "/api/bar/baz",

@@ -29,8 +29,8 @@ },

{
"dest": "/api/index?id=$id",
"src": "/api/post/(?<id>[^/]+)",
"dest": "/api/vercel/index?id=$id",
"src": "/api/post/(?<id>[^/]*",
},
{
"dest": "/api/index?id=$id&commentId=$commentId",
"src": "/api/post/(?<id>[^/]+)/comments/(?<commentId>[^/]+)",
"dest": "/api/vercel/index?id=$id&commentId=$commentId",
"src": "/api/post/(?<id>[^/]*/comments/(?<commentId>[^/]*",
},

@@ -49,11 +49,11 @@ ]

{
"dest": "/api/index",
"dest": "/api/vercel/index",
"src": "/api/(\\S+)",
},
{
"dest": "/api/index",
"dest": "/api/vercel/index",
"src": "/api/all/(\\S+)",
},
{
"dest": "/api/index",
"dest": "/api/vercel/index",
"src": "/api/optional/(/\\S+)?",

@@ -60,0 +60,0 @@ },

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

@@ -5,0 +5,0 @@ "homepage": "https://github.com/vercel-community/rust",

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