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

system-monitoring

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

system-monitoring - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

6

dist/systemMonitor.d.ts
import { Request, Response, NextFunction } from "express";
import { MonitorOptions, MonitorData } from "./types";
import { MonitorOptions } from "./types";
export declare const defaultOptions: MonitorOptions;

@@ -9,6 +9,4 @@ /**

*/
export declare const systemMonitor: (options?: MonitorOptions) => (req: Request & {
systemMetrics: MonitorData;
}, res: Response, next: NextFunction) => Promise<void>;
export declare const systemMonitor: (options?: MonitorOptions) => (req: Request, res: Response, next: NextFunction) => Promise<void>;
export default systemMonitor;
//# sourceMappingURL=systemMonitor.d.ts.map
{
"name": "system-monitoring",
"version": "0.0.13",
"version": "0.0.14",
"description": "A zero-dependency server monitor package",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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