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.2.0 to 1.2.1

2

build/src/Application.d.ts

@@ -26,3 +26,3 @@ /// <reference path="../adonis-typings/application.d.ts" />

version: string;
dependencies: any;
adonisVersion: string;
} & {

@@ -29,0 +29,0 @@ [key: string]: any;

@@ -24,5 +24,3 @@ "use strict";

this.version = this._parseVersion(pkgFile.version || '0.0.0');
this.adonisVersion = (pkgFile.dependencies && pkgFile.dependencies['@adonisjs/core'])
? this._parseVersion(pkgFile.dependencies['@adonisjs/core'])
: null;
this.adonisVersion = pkgFile.adonisVersion ? this._parseVersion(pkgFile.adonisVersion) : null;
this.exceptionHandlerNamespace = this.rcFile.exceptionHandlerNamespace;

@@ -29,0 +27,0 @@ this.preloads = this.rcFile.preloads;

{
"name": "@adonisjs/application",
"version": "1.2.0",
"version": "1.2.1",
"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