Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

egg-mock

Package Overview
Dependencies
Maintainers
5
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-mock - npm Package Compare versions

Comparing version 3.7.1 to 3.7.2

1

app/extend/application.js

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

opt.method = (opt.method || 'GET').toUpperCase();
opt.headers = opt.headers || {};
if (url === mockUrl && matchMethod(opt.method)) {

@@ -299,0 +300,0 @@ const response = {

3.7.2 / 2017-06-07
==================
* fix(httpclient): miss headers on options when emit response (#49)
3.7.1 / 2017-06-01

@@ -3,0 +8,0 @@ ==================

2

package.json
{
"name": "egg-mock",
"version": "3.7.1",
"version": "3.7.2",
"eggPlugin": {

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc