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

13

lib/utils.js

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

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

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

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

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

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

@@ -80,3 +80,6 @@ "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