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 3.0.12 to 3.0.13

1

build/index.d.ts

@@ -0,3 +1,4 @@

export { inject } from '@adonisjs/fold';
export { Application } from './src/Application';
import * as rcParser from './src/rcParser';
export { rcParser };

4

build/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.rcParser = exports.Application = void 0;
exports.rcParser = exports.Application = exports.inject = void 0;
var fold_1 = require("@adonisjs/fold");
Object.defineProperty(exports, "inject", { enumerable: true, get: function () { return fold_1.inject; } });
var Application_1 = require("./src/Application");

@@ -33,0 +35,0 @@ Object.defineProperty(exports, "Application", { enumerable: true, get: function () { return Application_1.Application; } });

{
"name": "@adonisjs/application",
"version": "3.0.12",
"version": "3.0.13",
"description": "AdonisJS application class to read app related data",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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