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.31 to 1.0.32

6

dist/index.js

@@ -37,4 +37,6 @@ "use strict";

console.log("Executing shouldServe:", options);
const rewrittenEntryPoint = path_1.default.join(options.entrypoint, "../../");
console.log(rewrittenEntryPoint);
let rewrittenEntryPoint = path_1.default.join(options.entrypoint, "../../");
rewrittenEntryPoint = rewrittenEntryPoint.endsWith("/")
? rewrittenEntryPoint.slice(0, -1)
: rewrittenEntryPoint;
return options.requestPath === rewrittenEntryPoint;

@@ -41,0 +43,0 @@ });

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