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

@adonisjs/application

Package Overview
Dependencies
Maintainers
3
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adonisjs/application - npm Package Compare versions

Comparing version 8.0.1 to 8.0.2

6

package.json
{
"name": "@adonisjs/application",
"version": "8.0.1",
"version": "8.0.2",
"description": "AdonisJS application class to read app related data",

@@ -43,5 +43,5 @@ "type": "module",

"devDependencies": {
"@adonisjs/config": "^5.0.0",
"@adonisjs/config": "^5.0.1",
"@adonisjs/eslint-config": "^1.2.1",
"@adonisjs/fold": "^10.0.0",
"@adonisjs/fold": "^10.0.1",
"@adonisjs/prettier-config": "^1.2.1",

@@ -48,0 +48,0 @@ "@adonisjs/tsconfig": "^1.2.1",

@@ -8,3 +8,3 @@ # @adonisjs/application

## Introduction
AdonisJS application packages manages the lifecycle of an app in different runtime environments. Also, this package configures the `logger`, `environment variables`, and the `IoC container` to be used by rest of the application.
AdonisJS application packages manages the lifecycle of an app in different runtime environments. Also, the app package is responsible for loading the `adonisrc.ts` file and boot the application.

@@ -11,0 +11,0 @@ ## Official Documentation

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