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

@athenna/core

Package Overview
Dependencies
Maintainers
1
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@athenna/core - npm Package Compare versions

Comparing version 4.30.0 to 4.31.0

src/commands/InstallCommand.d.ts

22

package.json
{
"name": "@athenna/core",
"version": "4.30.0",
"version": "4.31.0",
"description": "One foundation for multiple applications.",

@@ -60,2 +60,3 @@ "license": "MIT",

"./commands/BuildCommand": "./src/commands/BuildCommand.js",
"./commands/InstallCommand": "./src/commands/InstallCommand.js",
"./testing/BaseHttpTest": "./src/testing/BaseHttpTest.js",

@@ -77,14 +78,14 @@ "./testing/BaseConsoleTest": "./src/testing/BaseConsoleTest.js"

"pretty-repl": "^3.1.2",
"semver": "^7.5.4"
"semver": "^7.6.0"
},
"devDependencies": {
"@athenna/artisan": "^4.37.0",
"@athenna/common": "^4.34.0",
"@athenna/config": "^4.16.0",
"@athenna/http": "^4.23.0",
"@athenna/ioc": "^4.16.0",
"@athenna/logger": "^4.17.0",
"@athenna/artisan": "^4.38.0",
"@athenna/common": "^4.35.0",
"@athenna/config": "^4.18.0",
"@athenna/http": "^4.24.0",
"@athenna/ioc": "^4.18.0",
"@athenna/logger": "^4.18.0",
"@athenna/test": "^4.22.0",
"@athenna/tsconfig": "^4.12.0",
"@athenna/view": "^4.18.0",
"@athenna/view": "^4.20.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",

@@ -254,2 +255,5 @@ "@typescript-eslint/parser": "^6.7.4",

"outDir": "build"
},
"install": {
"path": "#src/commands/InstallCommand"
}

@@ -256,0 +260,0 @@ },

@@ -11,3 +11,3 @@ /**

import { Log } from '@athenna/logger';
import { Module, Options } from '@athenna/common';
import { Path, Module, Options } from '@athenna/common';
export class Console {

@@ -14,0 +14,0 @@ /**

@@ -11,3 +11,3 @@ /**

import { Log } from '@athenna/logger';
import { Is, Module, Options } from '@athenna/common';
import { Is, Path, Module, Options } from '@athenna/common';
export class Http {

@@ -14,0 +14,0 @@ /**

@@ -9,3 +9,3 @@ /**

*/
import { Module } from '@athenna/common';
import { Path, Module } from '@athenna/common';
import { BaseCommand } from '@athenna/artisan';

@@ -12,0 +12,0 @@ export class ReplCommand extends BaseCommand {

@@ -20,3 +20,3 @@ /**

import { Config } from '@athenna/config';
import { Module } from '@athenna/common';
import { Path, Module } from '@athenna/common';
import { BaseCommand, Option } from '@athenna/artisan';

@@ -23,0 +23,0 @@ export class ServeCommand extends BaseCommand {

@@ -9,3 +9,3 @@ /**

*/
import { Module } from '@athenna/common';
import { Path, Module } from '@athenna/common';
import { BaseCommand, Commander } from '@athenna/artisan';

@@ -12,0 +12,0 @@ export class TestCommand extends BaseCommand {

@@ -12,5 +12,3 @@ /**

* from list when using ".ls" command.
*
* @type {string[]}
*/
export declare const INTERNAL_REPL_PROPS: string[];

@@ -12,4 +12,2 @@ /**

* from list when using ".ls" command.
*
* @type {string[]}
*/

@@ -16,0 +14,0 @@ export const INTERNAL_REPL_PROPS = [

@@ -18,3 +18,3 @@ /**

import { Repl as ReplApp } from '#src/applications/Repl';
import { File, Is, Module, Options } from '@athenna/common';
import { Is, Path, File, Module, Options } from '@athenna/common';
import { parse as semverParse, satisfies as semverSatisfies } from 'semver';

@@ -21,0 +21,0 @@ import { NotSatisfiedNodeVersion } from '#src/exceptions/NotSatisfiedNodeVersion';

@@ -18,4 +18,4 @@ /**

};
import { Json, Options } from '@athenna/common';
import { AfterAll, BeforeAll } from '@athenna/test';
import { Path, Json, Options } from '@athenna/common';
import { Ignite } from '@athenna/core';

@@ -22,0 +22,0 @@ import { TestCommand } from '@athenna/artisan/testing/plugins';

@@ -19,4 +19,4 @@ /**

import { ServerImpl } from '@athenna/http';
import { Json, Options } from '@athenna/common';
import { AfterAll, BeforeAll } from '@athenna/test';
import { Path, Json, Options } from '@athenna/common';
import { Ignite } from '@athenna/core';

@@ -23,0 +23,0 @@ export class BaseHttpTest {

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