Socket
Socket
Sign inDemoInstall

node-mock-server

Package Overview
Dependencies
200
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.23.7 to 0.23.8

2

lib/controller/MockController.js

@@ -92,3 +92,3 @@

_acceptMiddleware: function (serverOptions, responseOptions) {
var endPointId = responseOptions.dir.replace(serverOptions.dirName, '').replace(/\/$/, '');
var endPointId = responseOptions.dir.replace(serverOptions.dirName, '').replace(/\/$/, '').replace('\\', '/');
var middleware = serverOptions.middleware;

@@ -95,0 +95,0 @@

{
"name": "node-mock-server",
"version": "0.23.7",
"version": "0.23.8",
"description": "File based Node REST API mock server",

@@ -5,0 +5,0 @@ "email": "simon.mollweide@web.de",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc