New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@adonisjs/framework

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adonisjs/framework - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

5

CHANGELOG.md

@@ -0,1 +1,6 @@

<a name="5.0.3"></a>
## [5.0.3](https://github.com/adonisjs/adonis-framework/compare/v5.0.2...v5.0.3) (2018-02-08)
<a name="5.0.2"></a>

@@ -2,0 +7,0 @@ ## [5.0.2](https://github.com/adonisjs/adonis-framework/compare/v5.0.1...v5.0.2) (2018-02-08)

6

package.json
{
"name": "@adonisjs/framework",
"version": "5.0.2",
"version": "5.0.3",
"description": "Adonis framework makes it easy for you to write webapps with less code",

@@ -28,4 +28,4 @@ "main": "index.js",

"devDependencies": {
"@adonisjs/fold": "^4.0.5",
"@adonisjs/sink": "^1.0.14",
"@adonisjs/fold": "^4.0.7",
"@adonisjs/sink": "^1.0.16",
"clear-require": "^2.0.0",

@@ -32,0 +32,0 @@ "cookie-signature": "^1.1.0",

@@ -16,3 +16,2 @@ 'use strict'

const { resolver, ioc } = require('@adonisjs/fold')
const path = require('path')
const debug = require('debug')('adonis:framework')

@@ -78,3 +77,3 @@ const GE = require('@adonisjs/generic-exceptions')

class Server {
constructor (Context, Route, Logger, Exception, Helpers) {
constructor (Context, Route, Logger, Exception) {
this.Context = Context

@@ -84,3 +83,2 @@ this.Route = Route

this.Exception = Exception
this.Helpers = Helpers

@@ -130,5 +128,3 @@ this._httpInstance = null

_getExceptionHandlerNamespace () {
const appRoot = this.Helpers.appRoot()
const exceptionsDir = this.Helpers.directories['exceptions']
const exceptionHandlerFile = path.join(appRoot, exceptionsDir, 'Handler.js')
const exceptionHandlerFile = resolver.forDir('exceptions').getPath('Handler.js')

@@ -135,0 +131,0 @@ try {

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