Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

app-boot

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-boot - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "app-boot",
"version": "1.0.2",
"version": "1.0.3",
"description": "Boot an application.",

@@ -5,0 +5,0 @@ "author": {

@@ -152,3 +152,5 @@ Boot

* [parallel-boot-phase](https://github.com/kgryte/node-parallel-boot-phase)
- Creates a parallel boot phase when booting an application. Useful for when phase functions are independent; e.g., connecting to two separate databases which do not share any dependencies.
- Creates a parallel boot phase when booting an application. Useful for when phase functions are independent; e.g., connecting to two mutually exclusive databases.
* [series-boot-phase](https://github.com/kgryte/node-series-boot-phase)
- Creates a series boot phase containing subphases when booting an application. Useful for phase abstraction; e.g., creating a higher-level middleware phase from several subphases (initial tasks, routes, error handling, etc).
* [bootable](https://github.com/jaredhanson/bootable)

@@ -155,0 +157,0 @@ - Whereas `bootable` binds an application to the phase `this` context, this module allows passing the application and any other parameters as arguments to each phase.

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