node-health-agent
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8
15140
5
261
1
+ Addeduuid@8.3.1
+ Addeddebug@4.2.0(transitive)
+ Addedms@2.1.2(transitive)
+ Addeduuid@8.3.1(transitive)
+ Addedws@7.4.0(transitive)
- Removeduuidv4@6.2.0
- Removed@types/uuid@8.0.0(transitive)
- Removeddebug@4.1.1(transitive)
- Removedms@2.1.3(transitive)
- Removeduuid@8.2.0(transitive)
- Removeduuidv4@6.2.0(transitive)
- Removedws@7.3.1(transitive)
Updateddebug@4.2.0
Updatedws@7.4.0