subapp-server
Advanced tools
Comparing version 2.0.0 to 2.0.2
{ | ||
"name": "subapp-server", | ||
"version": "2.0.0", | ||
"version": "2.0.2", | ||
"description": "Electrode SubApp app server support", | ||
@@ -48,2 +48,3 @@ "main": "lib/index.js", | ||
"electrode-archetype-njs-module-dev": "^3.0.3", | ||
"chai": "4.3.6", | ||
"electrode-server": "^3.3.0", | ||
@@ -50,0 +51,0 @@ "run-verify": "^1.2.6", |
@@ -7,10 +7,7 @@ "use strict"; | ||
exports.default = void 0; | ||
var _jsxRenderer = require("@xarc/jsx-renderer"); | ||
var _subappWeb = require("subapp-web"); | ||
var _indexPage = require("@xarc/index-page"); | ||
/* @jsx createElement */ | ||
/* @jsx createElement */ | ||
const RenderSubApps = (props, context) => { | ||
@@ -42,3 +39,2 @@ const { | ||
}; | ||
const Template = (0, _jsxRenderer.createElement)(_jsxRenderer.IndexPage, { | ||
@@ -45,0 +41,0 @@ DOCTYPE: "html" |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
46264
10