Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4.21-experimental to 1.4.22-experimental

9

index.js

@@ -255,3 +255,2 @@ /**

debug(`${type} ${msg}`);
let suppressLogEmit = true;

@@ -262,3 +261,3 @@ switch (type) {

event: type,
message
message: msg
});

@@ -270,3 +269,3 @@ hydra.sendToHealthLog('fatal', message, suppressLogEmit);

event: type,
message
message: msg
});

@@ -278,3 +277,3 @@ hydra.sendToHealthLog('fatal', message, suppressLogEmit);

event: type,
message
message: msg
});

@@ -285,3 +284,3 @@ break;

event: type,
message
message: msg
});

@@ -288,0 +287,0 @@ break;

{
"name": "hydra-express",
"version": "1.4.21-experimental",
"version": "1.4.22-experimental",
"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