Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

express-loadmill

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-loadmill - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

index.js

@@ -51,3 +51,3 @@

function verifyDomain(token, req, res, next) {
if (token && req.url.startsWith("/loadmill-challenge/" + token + ".txt")) {
if (token && req.url.indexOf("/loadmill-challenge/" + token + ".txt") === 0) {
res.send(token);

@@ -54,0 +54,0 @@ }

{
"name": "express-loadmill",
"version": "0.0.2",
"version": "0.0.3",
"description": "Express middleware to enable crowdsourced load simulations via loadmill.com",

@@ -5,0 +5,0 @@ "keywords": [

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