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

node-health-agent

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-health-agent - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

index.js

@@ -8,3 +8,3 @@ const os = require('os')

const Inspector = require('inspector-api')
const { uuid } = require('uuidv4')
const { v4: uuid } = require('uuid')
const utils = require('./utils')

@@ -11,0 +11,0 @@

{
"name": "node-health-agent",
"version": "1.2.0",
"version": "1.2.1",
"description": "",
"module": "./index.js",
"exports": {
"require": "./index.js",
"import": "./index.js"
},
"main": "index.js",
"types": "./index.d.ts",
"files": [
"utils.js"
],
"keywords": [
"nodehealth,",
"agent",
"debugging",
"diagnosis",
"diagnostic",
"profiling",
"memory",
"dump"
],
"scripts": {

@@ -13,3 +32,3 @@ "test": "NODE_ENV=test ./node_modules/.bin/jest",

"type": "git",
"url": "gh-wallet77:wallet77/node-health-agent.git"
"url": "https://github.com/wallet77/node-health-agent"
},

@@ -19,16 +38,16 @@ "author": "wallet77",

"dependencies": {
"debug": "4.1.1",
"debug": "4.2.0",
"inspector-api": "1.0.3",
"uuidv4": "6.2.0",
"ws": "7.3.1"
"uuid": "8.3.1",
"ws": "7.4.0"
},
"devDependencies": {
"eslint": "^7.5.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint": "^7.13.0",
"eslint-config-standard": "^16.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^26.2.1",
"jscpd": "^3.3.1"
"eslint-plugin-standard": "^4.0.2",
"jest": "^26.6.3",
"jscpd": "^3.3.19"
},

@@ -35,0 +54,0 @@ "jscpd": {

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