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

loadmill

Package Overview
Dependencies
Maintainers
2
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loadmill - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

2

lib/utils.js

@@ -150,2 +150,2 @@ "use strict";

};
exports.TESTING_HOST = process.env.LOADMILL_SERVER_HOST || "www.loadmill.com";
exports.TESTING_HOST = process.env.LOADMILL_SERVER_HOST || "app.loadmill.com";
{
"name": "loadmill",
"version": "3.0.2",
"version": "3.0.3",
"description": "A node.js module for running load tests and functional tests on loadmill.com",

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

@@ -137,2 +137,2 @@ import * as fs from "fs";

export const TESTING_HOST = process.env.LOADMILL_SERVER_HOST || "www.loadmill.com";
export const TESTING_HOST = process.env.LOADMILL_SERVER_HOST || "app.loadmill.com";
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