Socket
Socket
Sign inDemoInstall

@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.1.0 to 1.2.0

1

build/adonis-typings/application.d.ts

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

metaFiles: MetaFileNode[];
commands: string[];
directories: {

@@ -26,0 +27,0 @@ [key: string]: string;

@@ -31,2 +31,3 @@ "use strict";

metaFiles: [],
commands: [],
}, contents);

@@ -65,4 +66,5 @@ return {

}),
commands: contents.commands,
};
}
exports.parse = parse;

18

package.json
{
"name": "@adonisjs/application",
"version": "1.1.0",
"version": "1.2.0",
"description": "AdonisJs application class to read app related data",

@@ -30,6 +30,6 @@ "files": [

"devDependencies": {
"@adonisjs/fold": "^6.2.1",
"@adonisjs/fold": "^6.2.2",
"@adonisjs/mrm-preset": "^2.1.0",
"@types/node": "^12.7.12",
"@types/semver": "^6.0.2",
"@types/node": "^12.12.7",
"@types/semver": "^6.2.0",
"commitizen": "^4.0.3",

@@ -42,10 +42,10 @@ "cz-conventional-changelog": "^3.0.2",

"mrm": "^1.2.2",
"np": "^5.1.1",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"np": "^5.1.3",
"ts-node": "^8.5.0",
"tslint": "^5.20.1",
"tslint-eslint-rules": "^5.4.0",
"typedoc": "^0.15.0",
"typedoc-plugin-external-module-name": "^2.1.0",
"typedoc-plugin-markdown": "^2.2.10",
"typescript": "^3.6.4"
"typedoc-plugin-markdown": "^2.2.11",
"typescript": "^3.7.2"
},

@@ -52,0 +52,0 @@ "nyc": {

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