Socket
Socket
Sign inDemoInstall

egg-mock

Package Overview
Dependencies
8
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

8

lib/app.js

@@ -12,3 +12,2 @@ 'use strict';

options = formatOptions(options);
console.log(options);
if (options.cache && apps.has(options.baseDir)) {

@@ -53,3 +52,3 @@ return apps.get(options.baseDir);

this.ready(() => this.removeListener('error', onerror));
this.messenger = options.agent.messenger;
options.agent.ready(this.readyCallback('agent_ready'));

@@ -79,7 +78,2 @@ }

}
// app.messenger === agent.messenger
get messenger() {
return options.agent.messenger;
}
}

@@ -86,0 +80,0 @@

2

package.json
{
"name": "egg-mock",
"version": "0.0.1",
"version": "0.0.2",
"eggPlugin": {

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc