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.1 to 0.18.2

4

app/proxyRoute.js

@@ -23,4 +23,8 @@ const request = require('request');

delete headers.host;
// TODO: Should we support an option to rewrite `origin` header?
// Don't record the `transfer-encoding` header since `chunked` value can cause `ParseError`s with `request`.
delete headers['transfer-encoding'];
const reqUrl = makeRequestUrl(req);

@@ -27,0 +31,0 @@

4

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

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

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