Socket
Socket
Sign inDemoInstall

egg-mock

Package Overview
Dependencies
417
Maintainers
13
Versions
127
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.25.0 to 3.25.1

4

app/extend/application.js

@@ -393,2 +393,6 @@ 'use strict';

debug('finished %d background tasks', tasks.length);
if (this._backgroundTasks.length) {
debug('new background tasks created: %s', this._backgroundTasks.length);
return this.backgroundTasksFinished();
}
});

@@ -395,0 +399,0 @@ },

3.25.1 / 2020-01-17
==================
**fixes**
* [[`51ef091`](http://github.com/eggjs/egg-mock/commit/51ef091cbb06ae74ff7f9591e3071db648ba5346)] - fix: backgroundTasksFinished ensure all tasks finished (#115) (Yiyu He <<dead_horse@qq.com>>)
3.25.0 / 2019-12-12

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

2

package.json
{
"name": "egg-mock",
"version": "3.25.0",
"version": "3.25.1",
"eggPlugin": {

@@ -5,0 +5,0 @@ "name": "egg-mock"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc