New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hydra-express

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hydra-express - npm Package Compare versions

Comparing version 1.6.4 to 1.6.5

17

index.js

@@ -342,10 +342,13 @@ /**

*/
let doOnce = 1;
process.on('cleanup', () => {
this._shutdown()
.then(() => {
process.exit(1);
})
.catch((_err) => {
process.exit(1);
});
if (doOnce === 1) {
doOnce += 1;
setTimeout(() => {
this._shutdown()
.then(() => {
process.exit(1);
});
}, 1000);
}
});

@@ -352,0 +355,0 @@ process.on('unhandledRejection', (reason, _p) => {

{
"name": "hydra-express",
"version": "1.6.4",
"version": "1.6.5",
"description": "A module which wraps Hydra and ExpressJS to provide an out of the box microservice which can support API routes and handlers.",

@@ -5,0 +5,0 @@ "author": {

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