🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

athene-api

Package Overview
Dependencies
Maintainers
2
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

athene-api - npm Package Compare versions

Comparing version
2.0.18
to
2.0.19
+3
-0
dist/src/Startup.js

@@ -91,2 +91,5 @@ "use strict";

multipart: true,
jsonLimit: this.settingManager.GetSafeConfig('jsonLimit'),
formLimit: this.settingManager.GetSafeConfig('formLimit'),
textLimit: this.settingManager.GetSafeConfig('textLimit'),
formidable: {

@@ -93,0 +96,0 @@ maxFileSize: (_a = this.settingManager.GetSafeConfig('maxFileSize')) !== null && _a !== void 0 ? _a : 200 * 1024 * 1024, // 设置上传文件大小最大限制,默认2M

+1
-1
{
"name": "athene-api",
"version": "2.0.18",
"version": "2.0.19",
"description": "athene-api",

@@ -5,0 +5,0 @@ "main": "dist/index.js",