subapp-web
Advanced tools
Comparing version 1.0.50 to 1.0.51
@@ -6,10 +6,8 @@ "use strict"; | ||
}); | ||
exports.setupFramework = setupFramework; | ||
exports.loadSubApp = loadSubApp; | ||
exports.getBrowserHistory = getBrowserHistory; | ||
exports.getSubAppComponent = getSubAppComponent; | ||
exports.waitForSubApp = waitForSubApp; | ||
exports.hotReloadSubApp = hotReloadSubApp; | ||
exports.isLoaded = isLoaded; | ||
exports.dynamicLoadSubApp = exports.lazyLoadSubApp = lazyLoadSubApp; | ||
exports.getBrowserHistory = getBrowserHistory; | ||
exports.hotReloadSubApp = hotReloadSubApp; | ||
exports.loadSubApp = loadSubApp; | ||
Object.defineProperty(exports, "makeSubAppSpec", { | ||
@@ -21,2 +19,4 @@ enumerable: true, | ||
}); | ||
exports.setupFramework = setupFramework; | ||
exports.waitForSubApp = waitForSubApp; | ||
Object.defineProperty(exports, "xarc", { | ||
@@ -23,0 +23,0 @@ enumerable: true, |
{ | ||
"name": "subapp-web", | ||
"version": "1.0.50", | ||
"version": "1.0.51", | ||
"description": "Electrode subapp web support", | ||
@@ -38,9 +38,9 @@ "module": "dist/dev/index.js", | ||
"lodash": "^4.17.15", | ||
"optional-require": "^1.0.0", | ||
"optional-require": "^1.1.6", | ||
"request": "^2.88.0", | ||
"subapp-util": "^1.1.2", | ||
"subapp-util": "^1.1.3", | ||
"xaa": "^1.6.0" | ||
}, | ||
"peerDependencies": { | ||
"@xarc/app": "^10.0.6" | ||
"@xarc/app": "^10.0.12" | ||
}, | ||
@@ -54,3 +54,3 @@ "devDependencies": { | ||
"@babel/register": "^7.7.7", | ||
"@xarc/app": "^10.0.6", | ||
"@xarc/app": "^10.0.12", | ||
"babel-preset-minify": "^0.5.1", | ||
@@ -57,0 +57,0 @@ "chai-as-promised": "^7.1.1", |
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
0
11
Updatedoptional-require@^1.1.6
Updatedsubapp-util@^1.1.3