subapp-server
Advanced tools
Comparing version 1.3.18 to 2.0.0
{ | ||
"name": "subapp-server", | ||
"version": "1.3.18", | ||
"version": "2.0.0", | ||
"description": "Electrode SubApp app server support", | ||
@@ -31,22 +31,22 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@hapi/boom": "^7.4.1", | ||
"@hapi/boom": "^9.1.4", | ||
"@xarc/index-page": "^1.0.11", | ||
"@xarc/jsx-renderer": "^1.0.11", | ||
"@xarc/tag-renderer": "^1.0.10", | ||
"filter-scan-dir": "1.1.1", | ||
"http-status-codes": "^1.3.0", | ||
"optional-require": "^1.1.6", | ||
"filter-scan-dir": "1.5.5", | ||
"http-status-codes": "^2.2.0", | ||
"optional-require": "^1.1.8", | ||
"subapp-util": "^1.1.4", | ||
"xaa": "^1.4.0" | ||
"xaa": "^1.7.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.4.4", | ||
"@babel/core": "^7.4.4", | ||
"@babel/preset-env": "^7.4.4", | ||
"@babel/preset-react": "^7.0.0", | ||
"@babel/register": "^7.4.4", | ||
"@babel/cli": "^7.17.10", | ||
"@babel/core": "^7.17.10", | ||
"@babel/preset-env": "^7.17.10", | ||
"@babel/preset-react": "^7.16.7", | ||
"@babel/register": "^7.17.7", | ||
"electrode-archetype-njs-module-dev": "^3.0.3", | ||
"electrode-server": "^3.0.0", | ||
"run-verify": "^1.1.2", | ||
"@xarc/fastify-server": "^1.1.0" | ||
"electrode-server": "^3.3.0", | ||
"run-verify": "^1.2.6", | ||
"@xarc/fastify-server": "^3.3.0" | ||
}, | ||
@@ -53,0 +53,0 @@ "nyc": { |
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
46179
+ Added@hapi/boom@9.1.4(transitive)
+ Added@hapi/hoek@9.3.0(transitive)
+ Addedfilter-scan-dir@1.5.5(transitive)
+ Addedhttp-status-codes@2.3.0(transitive)
- Removed@hapi/boom@7.4.11(transitive)
- Removed@hapi/hoek@8.5.1(transitive)
- Removedhttp-status-codes@1.4.0(transitive)
Updated@hapi/boom@^9.1.4
Updatedfilter-scan-dir@1.5.5
Updatedhttp-status-codes@^2.2.0
Updatedoptional-require@^1.1.8
Updatedxaa@^1.7.3