Socket
Socket
Sign inDemoInstall

egg-core

Package Overview
Dependencies
18
Maintainers
13
Versions
137
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.16.1 to 4.16.2

6

History.md
4.16.2 / 2019-04-11
==================
**others**
* [[`1ba4d7c`](http://github.com/eggjs/egg-core/commit/1ba4d7ca8f137399ad10c54814a334264752a41f)] - fix(d.ts): caseStyle should return array (#209) (JimmyDaddy <<heyjimmygo@gmail.com>>)
4.16.1 / 2019-03-20

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

2

index.d.ts

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

/** set property's case when converting a filepath to property list. */
caseStyle?: string | ((str: string) => string);
caseStyle?: string | ((str: string) => string[]);
}

@@ -297,0 +297,0 @@

{
"name": "egg-core",
"version": "4.16.1",
"version": "4.16.2",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc