Socket
Socket
Sign inDemoInstall

egg-core

Package Overview
Dependencies
Maintainers
13
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-core - npm Package Compare versions

Comparing version 4.17.4 to 4.17.5

6

History.md
4.17.5 / 2020-08-04
==================
**others**
* [[`8cb0a6e`](http://github.com/eggjs/egg-core/commit/8cb0a6ef56f47b5e003a2fd8bc3be9d037736149)] - chore(typings): add EggLoader interface (#221) (Kiho · Cham <<monkindey@163.com>>)
4.17.4 / 2019-12-11

@@ -3,0 +9,0 @@ ==================

11

index.d.ts

@@ -365,3 +365,7 @@ import KoaApplication = require('koa');

export class EggLoader<T = EggCore, Config = any> {
export class EggLoader<
T extends EggCore = EggCore,
Config = any,
Options extends EggLoaderOptions = EggLoaderOptions
> {
app: T;

@@ -374,2 +378,3 @@ eggPaths: string[];

config: Config;
options: Options;

@@ -434,2 +439,6 @@ /**

getEggPaths(): string[];
getServerEnv(): string;
/**

@@ -436,0 +445,0 @@ * Load files using {@link FileLoader}, inject to {@link Application}

2

package.json
{
"name": "egg-core",
"version": "4.17.4",
"version": "4.17.5",
"description": "A core Pluggable framework based on koa",

@@ -5,0 +5,0 @@ "main": "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