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

@hmcts/nodejs-healthcheck

Package Overview
Dependencies
Maintainers
16
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hmcts/nodejs-healthcheck - npm Package Compare versions

Comparing version 1.8.4 to 1.8.5

2

healthcheck/versionFile.js

@@ -16,3 +16,3 @@ const fs = require('fs').promises

return fs.readFile(versionFilePath)
.then(yaml.safeLoad)
.then(yaml.load)
.catch((err) => defaultObj)

@@ -19,0 +19,0 @@ }

{
"name": "@hmcts/nodejs-healthcheck",
"version": "1.8.4",
"version": "1.8.5",
"description": "Healthcheck endpoint for Reform nodejs applications",

@@ -21,4 +21,4 @@ "main": "index.js",

"@hmcts/nodejs-logging": "^4.0.4",
"js-yaml": "^3.8.4",
"superagent": "8"
"js-yaml": "^4.0.0",
"superagent": "9"
},

@@ -40,4 +40,4 @@ "devDependencies": {

"sinon-chai": "3",
"supertest": "6"
"supertest": "7"
}
}
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