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

subapp-web

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

subapp-web - npm Package Compare versions

Comparing version 1.0.38 to 1.0.39

6

lib/load.js

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

const { request } = context.user;
const { request, routeOptions } = context.user;

@@ -370,3 +370,5 @@ context.user.numOfSubapps = context.user.numOfSubapps || 0;

const lib = (ssrInfo.lib = util.getFramework(ref));
ssrInfo.awaitData = lib.handlePrepare();
ssrInfo.awaitData = routeOptions.initialize
? Promise.resolve(routeOptions.initialize(request)).then(() => lib.handlePrepare())
: lib.handlePrepare();

@@ -373,0 +375,0 @@ ssrInfo.defer = true;

{
"name": "subapp-web",
"version": "1.0.38",
"version": "1.0.39",
"description": "Electrode subapp web support",

@@ -5,0 +5,0 @@ "module": "dist/dev/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