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

mockyeah

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mockyeah - npm Package Compare versions

Comparing version 0.18.2 to 0.18.3

10

app/proxyRoute.js

@@ -26,5 +26,2 @@ const request = require('request');

// Don't record the `transfer-encoding` header since `chunked` value can cause `ParseError`s with `request`.
delete headers['transfer-encoding'];
const reqUrl = makeRequestUrl(req);

@@ -81,6 +78,11 @@

const { statusCode: status, _headers: headers } = res;
const { statusCode: status, _headers: __headers } = res;
const latency = now() - startTime;
const headers = Object.assign({}, __headers);
// Don't record the `transfer-encoding` header since `chunked` value can cause `ParseError`s with `request`.
delete headers['transfer-encoding'];
app.locals.recordMeta.set.push([

@@ -87,0 +89,0 @@ {

4

package.json
{
"name": "mockyeah",
"version": "0.18.2",
"version": "0.18.3",
"description": "A powerful service mocking, recording, and playback utility.",

@@ -85,3 +85,3 @@ "main": "index.js",

"private": false,
"gitHead": "f4549e1b21449ce6ef48400d7ff412262c553173"
"gitHead": "53c87c0be18bd4a26e3f4526f9ecd46846a4cbb1"
}
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