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 7.1.2-2 to 7.1.2-3

build/factories/app.d.ts.map

1

build/factories/app.d.ts

@@ -12,1 +12,2 @@ /// <reference types="node" resolution-mode="require"/>

}
//# sourceMappingURL=app.d.ts.map
export { AppFactory } from './app.js';
//# sourceMappingURL=main.d.ts.map

@@ -6,1 +6,2 @@ export { Stub } from './src/stubs/stub.js';

export { RcFileParser } from './src/rc_file/parser.js';
//# sourceMappingURL=index.d.ts.map

@@ -135,1 +135,2 @@ /// <reference types="node" resolution-mode="require"/>

}
//# sourceMappingURL=application.d.ts.map
/// <reference types="node" resolution-mode="require"/>
declare const _default: import("util").DebugLogger;
export default _default;
//# sourceMappingURL=debug.d.ts.map
import type { DirectoriesNode } from './types.js';
export declare const directories: DirectoriesNode;
//# sourceMappingURL=directories.d.ts.map

@@ -9,1 +9,2 @@ export declare const E_MISSING_METAFILE_PATTERN: new (args: [fileProperty: string], options?: ErrorOptions | undefined) => import("@poppinss/utils").Exception;

export declare const E_MISSING_BUNDLER_NAME: new (args?: any, options?: ErrorOptions | undefined) => import("@poppinss/utils").Exception;
//# sourceMappingURL=exceptions.d.ts.map

@@ -45,1 +45,2 @@ declare const generators: {

export default generators;
//# sourceMappingURL=generators.d.ts.map

@@ -12,1 +12,2 @@ /// <reference types="node" resolution-mode="require"/>

export declare function pathExists(path: PathLike): Promise<boolean>;
//# sourceMappingURL=helpers.d.ts.map

@@ -10,1 +10,2 @@ /// <reference types="node" resolution-mode="require"/>

}
//# sourceMappingURL=config.d.ts.map

@@ -6,1 +6,2 @@ export declare class NodeEnvManager {

}
//# sourceMappingURL=node_env.d.ts.map

@@ -10,1 +10,2 @@ import type { AppEnvironments, Importer, PreloadNode } from '../types.js';

}
//# sourceMappingURL=preloads.d.ts.map

3

build/src/managers/providers.d.ts

@@ -1,2 +0,2 @@

import type { AppEnvironments, Importer, ProviderNode } from '../types.js';
import type { Importer, ProviderNode, AppEnvironments } from '../types.js';
export declare class ProvidersManager {

@@ -15,1 +15,2 @@ #private;

}
//# sourceMappingURL=providers.d.ts.map

@@ -12,1 +12,2 @@ /// <reference types="node" resolution-mode="require"/>

}
//# sourceMappingURL=rc_file.d.ts.map

@@ -16,1 +16,2 @@ /// <reference types="node" resolution-mode="require"/>

}
//# sourceMappingURL=editor.d.ts.map

@@ -0,5 +1,5 @@

import { dirname } from 'node:path';
import { fileURLToPath } from 'node:url';
import { dirname } from 'node:path';
import lodash from '@poppinss/utils/lodash';
import { mkdir, writeFile } from 'node:fs/promises';
import lodash from '@poppinss/utils/lodash';
export class RcFileEditor {

@@ -6,0 +6,0 @@ #rcFile;

@@ -7,1 +7,2 @@ import type { RcFile } from '../types.js';

}
//# sourceMappingURL=parser.d.ts.map

@@ -18,1 +18,2 @@ import { Stub } from './stub.js';

}
//# sourceMappingURL=manager.d.ts.map
import { join } from 'node:path';
import { cp } from 'node:fs/promises';
import { RuntimeException, fsReadAll } from '@poppinss/utils';

@@ -6,3 +7,2 @@ import debug from '../debug.js';

import { readFileFromSources } from '../helpers.js';
import { cp } from 'node:fs/promises';
export class StubsManager {

@@ -9,0 +9,0 @@ #app;

@@ -31,1 +31,2 @@ import type { Application } from '../application.js';

}
//# sourceMappingURL=stub.d.ts.map

@@ -95,1 +95,2 @@ import type { Application } from './application.js';

export type Importer = (moduleIdentifier: string, options?: ImportCallOptions) => any;
//# sourceMappingURL=types.d.ts.map
# The MIT License
Copyright (c) 2023 AdonisJS Framework
Copyright (c) 2023 Harminder Virk

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

{
"name": "@adonisjs/application",
"version": "7.1.2-2",
"version": "7.1.2-3",
"description": "AdonisJS application class to read app related data",

@@ -8,6 +8,9 @@ "type": "module",

"files": [
"build/adonis-typings",
"src",
"factories",
"index.ts",
"build/src",
"build/factories",
"build/index.d.ts",
"build/index.d.ts.map",
"build/index.js"

@@ -42,5 +45,5 @@ ],

"devDependencies": {
"@adonisjs/config": "^4.2.1-0",
"@adonisjs/fold": "^9.9.3-0",
"@commitlint/cli": "^17.4.4",
"@adonisjs/config": "^4.2.1-1",
"@adonisjs/fold": "^9.9.3-4",
"@commitlint/cli": "^17.5.0",
"@commitlint/config-conventional": "^17.4.4",

@@ -53,8 +56,6 @@ "@japa/assert": "^1.4.1",

"@japa/spec-reporter": "^1.3.3",
"@poppinss/dev-utils": "^2.0.3",
"@swc/core": "^1.3.39",
"@swc/core": "^1.3.42",
"@types/fs-extra": "^11.0.1",
"@types/glob-parent": "^5.1.1",
"@types/node": "^18.15.0",
"@types/pretty-hrtime": "^1.0.1",
"@types/node": "^18.15.9",
"@types/semver": "^7.3.13",

@@ -65,19 +66,19 @@ "c8": "^7.13.0",

"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-adonis": "^3.0.3",
"eslint-plugin-prettier": "^4.2.1",
"fs-extra": "^11.1.0",
"fs-extra": "^11.1.1",
"github-label-sync": "^2.3.1",
"husky": "^8.0.3",
"jsonschema": "^1.4.1",
"np": "^7.6.3",
"prettier": "^2.8.4",
"np": "^7.6.4",
"prettier": "^2.8.7",
"semver": "^7.3.8",
"ts-dedent": "^2.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
},
"dependencies": {
"@poppinss/hooks": "^7.1.1-1",
"@poppinss/utils": "^6.5.0-1",
"@poppinss/hooks": "^7.1.1-2",
"@poppinss/utils": "^6.5.0-2",
"front-matter": "^4.0.2",

@@ -88,4 +89,4 @@ "glob-parent": "^6.0.2",

"peerDependencies": {
"@adonisjs/config": "^4.2.1-0",
"@adonisjs/fold": "^9.9.3-0"
"@adonisjs/config": "^4.2.1-1",
"@adonisjs/fold": "^9.9.3-4"
},

@@ -92,0 +93,0 @@ "repository": {

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