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

loadmill-monitor

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loadmill-monitor - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

5

lib/monitor.js

@@ -11,3 +11,2 @@ const WebSocket = require('ws');

const monitorClientVersion = '0.0.1';
const destinationHost = 'monitor.loadmill.com';

@@ -28,2 +27,3 @@ class Monitor {

this.appName = processName(options.appName, 'appName', 'default_app');
this.destinationHost = options._destinationHost || 'monitor.loadmill.com';

@@ -47,4 +47,3 @@ this.sampler = new Sampler();

this.ws = new WebSocket(
`wss://${destinationHost}/monitor/metrics/?${queryPart}`
// `wss://localhost:4443/monitor/metrics/?${queryPart}`, {rejectUnauthorized: false}
`wss://${this.destinationHost}/monitor/metrics/?${queryPart}`//, {rejectUnauthorized: false}
);

@@ -51,0 +50,0 @@

2

package.json
{
"name": "loadmill-monitor",
"version": "0.0.1",
"version": "0.0.2",
"description": "Performance monitoring for Node.js",

@@ -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