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

subapp-server

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

subapp-server - npm Package Compare versions

Comparing version 1.1.17 to 1.1.18

6

lib/setup-hapi-routes.js

@@ -188,4 +188,6 @@ "use strict";

const status = data.status;
if (status === undefined) {
if (data instanceof Error) {
// rethrow to get default error behavior below with helpful errors in dev mode
throw data;
} else if (status === undefined) {
return h.response(data).type("text/html; charset=UTF-8").code(200);

@@ -192,0 +194,0 @@ } else if (HttpStatus.redirect[status]) {

{
"name": "subapp-server",
"version": "1.1.17",
"version": "1.1.18",
"description": "Electrode SubApp app server support",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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