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.24.1 to 3.24.2

2

app/extend/application.js

@@ -343,3 +343,3 @@ 'use strict';

let content;
if (logger._mockLogs && logger._mockLogs.length > 0) {
if (logger._mockLogs) {
content = logger._mockLogs.join('\n');

@@ -346,0 +346,0 @@ } else {

3.24.2 / 2019-11-07
==================
**fixes**
* [[`3bf5ded`](http://github.com/eggjs/egg-mock/commit/3bf5ded501608f2b5b3199d8b3d0ca0329dd9df7)] - fix: mockLog don't read file (#113) (Yiyu He <<dead_horse@qq.com>>)
3.24.1 / 2019-09-30

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

{
"name": "egg-mock",
"version": "3.24.1",
"version": "3.24.2",
"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