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.2.18-experimental to 1.2.19-experimental

11

index.js

@@ -141,2 +141,13 @@ /**

init(config) {
if (typeof config === 'string') {
const configHelper = hydra.getConfigHelper();
return configHelper.init(config)
.then(() => {
return this.init(configHelper.getObject());
})
.catch((_err) => {
throw new Error(`Unable to load config from ${config}`);
});
}
return new Promise((resolve, reject) => {

@@ -143,0 +154,0 @@ if (!config.hydra) {

2

package.json
{
"name": "hydra-express",
"version": "1.2.18-experimental",
"version": "1.2.19-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