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 7.1.2-14 to 7.1.2-15

5

build/src/define_config.js

@@ -13,6 +13,3 @@ /*

export function defineConfig(config) {
return {
typescript: true,
...config,
};
return config;
}

2

build/src/types.d.ts

@@ -189,3 +189,3 @@ import type { Application } from './application.js';

preloads?: (PreloadNode | PreloadNode['file'])[];
metaFiles?: RcFile['metaFiles'];
metaFiles?: string[] | RcFile['metaFiles'];
commands?: RcFile['commands'];

@@ -192,0 +192,0 @@ commandsAliases?: RcFile['commandsAliases'];

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

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

"devDependencies": {
"@adonisjs/config": "^4.2.1-3",
"@adonisjs/config": "^4.2.1-4",
"@adonisjs/eslint-config": "^1.1.8",
"@adonisjs/fold": "^9.9.3-7",
"@adonisjs/fold": "^9.9.3-8",
"@adonisjs/prettier-config": "^1.1.8",

@@ -59,3 +59,3 @@ "@adonisjs/tsconfig": "^1.1.8",

"@types/glob-parent": "^5.1.1",
"@types/node": "^20.4.5",
"@types/node": "^20.5.3",
"@types/semver": "^7.5.0",

@@ -79,3 +79,3 @@ "c8": "^8.0.1",

"@poppinss/hooks": "^7.1.1-4",
"@poppinss/utils": "^6.5.0-3",
"@poppinss/utils": "^6.5.0-5",
"front-matter": "^4.0.2",

@@ -86,4 +86,4 @@ "glob-parent": "^6.0.2",

"peerDependencies": {
"@adonisjs/config": "^4.2.1-3",
"@adonisjs/fold": "^9.9.3-7"
"@adonisjs/config": "^4.2.1-4",
"@adonisjs/fold": "^9.9.3-8"
},

@@ -90,0 +90,0 @@ "repository": {

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