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.123 to 1.0.124

3

dist/lib/routes.js

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

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

@@ -25,0 +26,0 @@ return acc;

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