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.3.3 to 1.3.4

7

build/src/Application.d.ts
/// <reference path="../adonis-typings/application.d.ts" />
import { DeepReadonly } from 'ts-essentials';
import { RcFile, SemverNode, PreloadNode, ApplicationContract } from '@ioc:Adonis/Core/Application';
import { IocContract } from '@adonisjs/fold';
import { PreloadNode, ApplicationContract, SemverNode, RcFile } from '@ioc:Adonis/Core/Application';
/**

@@ -87,3 +86,3 @@ * The main application instance to know about the environment, filesystem

[key: string]: any;
}, pkgFile: Partial<DeepReadonly<{
}, pkgFile: Partial<{
name: string;

@@ -94,3 +93,3 @@ version: string;

[key: string]: any;
}>>);
}>);
/**

@@ -97,0 +96,0 @@ * Parses version string to an object.

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

Object.defineProperty(exports, "__esModule", { value: true });
/// <reference path="../adonis-typings/application.ts" />
const path_1 = require("path");

@@ -14,0 +13,0 @@ const semver_1 = require("semver");

/// <reference path="../adonis-typings/application.d.ts" />
import { DeepReadonly } from 'ts-essentials';
import { RcFile } from '@ioc:Adonis/Core/Application';

@@ -8,4 +7,4 @@ /**

*/
export declare function parse(contents: DeepReadonly<{
export declare function parse(contents: {
[key: string]: any;
}>): RcFile;
}): RcFile;
{
"name": "@adonisjs/application",
"version": "1.3.3",
"version": "1.3.4",
"description": "AdonisJs application class to read app related data",

@@ -31,22 +31,22 @@ "main": "build/standalone.js",

"devDependencies": {
"@adonisjs/fold": "^6.2.3",
"@adonisjs/mrm-preset": "^2.2.3",
"@types/node": "^13.1.6",
"@types/semver": "^6.2.0",
"@adonisjs/fold": "^6.3.2",
"@adonisjs/mrm-preset": "^2.2.4",
"@types/node": "^13.7.0",
"@types/semver": "^7.1.0",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.0.2",
"cz-conventional-changelog": "^3.1.0",
"del-cli": "^3.0.0",
"doctoc": "^1.4.0",
"eslint": "^6.8.0",
"eslint-plugin-adonis": "^1.0.5",
"husky": "^4.0.7",
"eslint-plugin-adonis": "^1.0.6",
"husky": "^4.2.1",
"japa": "^3.0.1",
"jsonschema": "^1.2.5",
"mrm": "^2.0.2",
"mrm": "^2.0.4",
"np": "^5.2.1",
"ts-node": "^8.6.1",
"typedoc": "^0.15.8",
"typedoc-plugin-external-module-name": "^2.1.0",
"ts-node": "^8.6.2",
"typedoc": "^0.16.9",
"typedoc-plugin-external-module-name": "^3.0.0",
"typedoc-plugin-markdown": "^2.2.16",
"typescript": "^3.7.4"
"typescript": "^3.7.5"
},

@@ -73,5 +73,4 @@ "nyc": {

"dependencies": {
"@poppinss/utils": "^2.1.1",
"semver": "^7.1.1",
"ts-essentials": "^4.0.0"
"@poppinss/utils": "^2.1.2",
"semver": "^7.1.2"
},

@@ -78,0 +77,0 @@ "peerDependencies": {

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