Socket
Socket
Sign inDemoInstall

egg-mock

Package Overview
Dependencies
352
Maintainers
13
Versions
125
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.8.2-beta.7 to 5.8.2-beta.8

5

lib/agent.js

@@ -10,3 +10,6 @@ const debug = require('util').debuglog('egg-mock:lib:agent');

process.env.ENABLE_MOCHA_PARALLEL, process.env.AUTO_AGENT, !!agent);
if (agent) return agent;
if (agent) {
await agent.ready();
return agent;
}
if (process.env.ENABLE_MOCHA_PARALLEL && process.env.AUTO_AGENT) {

@@ -13,0 +16,0 @@ agent = Agent(getEggOptions());

2

package.json
{
"name": "egg-mock",
"version": "5.8.2-beta.7",
"version": "5.8.2-beta.8",
"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