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.1.0 to 1.1.1

3

index.js

@@ -411,3 +411,4 @@ /**

process.on('unhandledRejection', (reason, _p) => {
this.log('fatal', reason);
this.log('fatal', Utils.safeJSONStringify(reason));
console.log(reason); // necessary for full stack trace
process.emit('cleanup');

@@ -414,0 +415,0 @@ });

{
"name": "hydra-express",
"version": "1.1.0",
"version": "1.1.1",
"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": {

@@ -11,2 +11,4 @@ ![logo](hydra-express.png)

Using Hapi or Koa? Then checkout the [Hydra Integration Project](https://www.npmjs.com/package/hydra-integration).
### Documentation

@@ -13,0 +15,0 @@

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