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
1
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.2.1-beta.0 to 1.2.1

2

lib/setup-hapi-routes.js

@@ -247,3 +247,3 @@ "use strict";

async function setupRoutesFromFile(srcDir, server, pluginOpts) {
const { routes, topOpts } = searchRoutesFromFile(srcDir, server, pluginOpts);
const { routes, topOpts } = searchRoutesFromFile(srcDir, pluginOpts);

@@ -250,0 +250,0 @@ await handleFavIcon(server, topOpts);

@@ -11,3 +11,8 @@ "use strict";

const optionalRequire = require("optional-require")(require);
const getDevProxy = optionalRequire("@xarc/app-dev/config/dev-proxy");
const {
settings = {},
devServer = {},
fullDevServer = {},
httpDevServer = {}
} = optionalRequire("@xarc/app-dev/config/dev-proxy", { default: {} });
const HttpStatusCodes = require("http-status-codes");

@@ -66,8 +71,2 @@

function getDefaultRouteOptions() {
const {
settings = {},
devServer = {},
fullDevServer = {},
httpDevServer = {}
} = getDevProxy ? getDevProxy() : {};
const { webpackDev, useDevProxy } = settings;

@@ -74,0 +73,0 @@ // temporary location to write build artifacts in dev mode

{
"name": "subapp-server",
"version": "1.2.1-beta.0",
"version": "1.2.1",
"description": "Electrode SubApp app server support",

@@ -80,6 +80,3 @@ "main": "lib/index.js",

"arrowParens": "avoid"
},
"publishConfig": {
"tag": "beta"
}
}
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