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

@adonisjs/application

Package Overview
Dependencies
Maintainers
2
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 1.0.13 to 1.0.14

1

build/adonis-typings/application.d.ts

@@ -18,3 +18,2 @@ declare module '@ioc:Adonis/Core/Application' {

reloadServer: boolean;
processor?: string;
};

@@ -21,0 +20,0 @@ export type RcFile = {

3

build/src/rcParser.js

@@ -53,3 +53,3 @@ "use strict";

}
const { pattern, reloadServer, processor } = file;
const { pattern, reloadServer } = file;
if (!pattern) {

@@ -61,3 +61,2 @@ throw new utils_1.Exception(`Invalid value for metaFiles[${index}]`, 500, 'E_METAFILE_MISSING_PATTERN');

reloadServer: !!reloadServer,
processor: processor,
};

@@ -64,0 +63,0 @@ }),

{
"name": "@adonisjs/application",
"version": "1.0.13",
"version": "1.0.14",
"description": "AdonisJs application class to read app related data",

@@ -5,0 +5,0 @@ "files": [

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