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

@adonisjs/core

Package Overview
Dependencies
Maintainers
2
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adonisjs/core - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

build/providers/AppProvider.d.ts

4

build/src/Ignitor/index.js

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

const useReturnValue_1 = require("@poppinss/http-server/build/src/Server/useReturnValue");
const findPkg = require("find-package-json");
class Ignitor {

@@ -18,3 +19,4 @@ constructor(_appRoot) {

global['make'] = ioc.make.bind(ioc);
const pkgVersion = require(path_1.join(__dirname, '..', '..', 'package.json')).version;
const nearestDir = path_1.join(__dirname, '..', '..');
const pkgVersion = findPkg(nearestDir).next().value.version;
const rcContents = this._require(path_1.join(this._appRoot, '.adonisrc.json'), true) || {};

@@ -21,0 +23,0 @@ this.application = new application_1.Application(pkgVersion, this._appRoot, ioc, rcContents);

{
"name": "@adonisjs/core",
"version": "2.0.0",
"version": "2.0.1",
"description": "Adonisjs core",
"main": "build/index.js",
"files": [
"build/providers",
"build/adonis-typings",

@@ -87,2 +88,3 @@ "build/src",

"@poppinss/utils": "^1.0.1",
"find-package-json": "^1.2.0",
"simple-encryptor": "^3.0.0",

@@ -89,0 +91,0 @@ "youch": "^2.0.10",

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