Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "app-boot", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Boot an application.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -151,2 +151,4 @@ Boot | ||
* [parallel-boot-phase](https://github.com/kgryte/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. | ||
* [bootable](https://github.com/jaredhanson/bootable) | ||
@@ -156,3 +158,3 @@ - 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. | ||
* [express](https://github.com/strongloop/express) | ||
- Similar to Express' middleware pattern, but with a more general interface. | ||
- This module employs a design pattern similar to Express' middleware pattern, but with a more general interface. | ||
@@ -159,0 +161,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11412
287