Socket
Socket
Sign inDemoInstall

@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 7.1.2-6 to 7.1.2-7

2

build/src/application.js

@@ -496,3 +496,3 @@ /*

async terminate() {
if (!this.isBooted || this.#state === 'terminated') {
if (this.#state === 'created' || this.#state === 'terminated') {
debug('cannot terminate app from state "%s"', this.#state);

@@ -499,0 +499,0 @@ return;

{
"name": "@adonisjs/application",
"version": "7.1.2-6",
"version": "7.1.2-7",
"description": "AdonisJS application class to read app related data",

@@ -55,3 +55,3 @@ "type": "module",

"@japa/runner": "^3.0.0-3",
"@swc/core": "^1.3.67",
"@swc/core": "^1.3.68",
"@types/fs-extra": "^11.0.1",

@@ -58,0 +58,0 @@ "@types/glob-parent": "^5.1.1",

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