New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

http-mockserver

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-mockserver - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

package.json
{
"name": "http-mockserver",
"description": "Testing made easy with mocked http servers",
"version": "1.1.2",
"version": "1.1.3",
"license": "MIT",

@@ -6,0 +6,0 @@ "scripts": {

@@ -33,3 +33,3 @@ const uuid = require('uuid/v4');

headers: res._headers,
body: args[0].toString('utf8')
body: _.toString(args[0])
};

@@ -36,0 +36,0 @@

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