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.2.13-experimental to 1.2.15-experimental

4

index.js

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

const hydra = require('hydra');
const ServerResponse = hydra.getServerResponse();
const Utils = hydra.getUtilsHelper();
const ServerResponse = hydra.getServerResponseHelper();
let serverResponse = new ServerResponse();

@@ -38,3 +39,2 @@

const responseTime = require('response-time');
const Utils = require('fwsp-jsutils');
const jwtAuth = require('fwsp-jwt-auth');

@@ -41,0 +41,0 @@

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

@@ -45,4 +45,3 @@ "author": {

"express": "4.15.2",
"hydra": "1.2.13-experimental",
"fwsp-jsutils": "1.0.10",
"hydra": "1.2.15-experimental",
"fwsp-jwt-auth": "0.0.8",

@@ -49,0 +48,0 @@ "helmet": "3.5.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