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 1.3.13 to 1.3.14

1

build/src/Application.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.Application = void 0;
const path_1 = require("path");

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

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

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

@@ -13,0 +14,0 @@ const utils_1 = require("@poppinss/utils");

@@ -10,13 +10,26 @@ "use strict";

*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.rcParser = void 0;
var Application_1 = require("./src/Application");
exports.Application = Application_1.Application;
Object.defineProperty(exports, "Application", { enumerable: true, get: function () { return Application_1.Application; } });
const rcParser = __importStar(require("./src/rcParser"));
exports.rcParser = rcParser;

18

package.json
{
"name": "@adonisjs/application",
"version": "1.3.13",
"version": "1.3.14",
"description": "AdonisJs application class to read app related data",

@@ -33,10 +33,10 @@ "main": "build/standalone.js",

"@adonisjs/mrm-preset": "^2.3.0",
"@types/node": "^13.13.4",
"@types/semver": "^7.1.0",
"commitizen": "^4.0.4",
"cz-conventional-changelog": "^3.1.0",
"@types/node": "^14.0.1",
"@types/semver": "^7.2.0",
"commitizen": "^4.1.2",
"cz-conventional-changelog": "^3.2.0",
"del-cli": "^3.0.0",
"doctoc": "^1.4.0",
"eslint": "^6.8.0",
"eslint-plugin-adonis": "^1.0.9",
"eslint": "^7.0.0",
"eslint-plugin-adonis": "^1.0.10",
"husky": "^4.2.5",

@@ -47,4 +47,4 @@ "japa": "^3.0.1",

"np": "^5.2.1",
"ts-node": "^8.9.1",
"typescript": "^3.8.3"
"ts-node": "^8.10.1",
"typescript": "^3.9.2"
},

@@ -51,0 +51,0 @@ "nyc": {

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