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

light-api-mongo

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

light-api-mongo - npm Package Compare versions

Comparing version
1.0.18
to
1.0.19
+1
-1
lib/index.js

@@ -419,3 +419,3 @@ const MongoDb = require('../lib/db.js');

.on('error',function(error){
return reject(err);
return reject(error);

@@ -422,0 +422,0 @@ }).on('finish',function(){

{
"name": "light-api-mongo",
"version": "1.0.18",
"version": "1.0.19",
"description": "this plugin of the light-api server for mongoDB service ",

@@ -5,0 +5,0 @@ "main": "./lib",

# light-api-mongo
### 2019-04-30 发布1.0.19
修复saveFileByUploadStream方法的err未定义的问题
### 2019-04-30 发布1.0.18

@@ -5,0 +10,0 @@ 1.增加权限认证连接,连接配置如下