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

mockserver

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mockserver - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

5

mockserver.js

@@ -48,3 +48,3 @@ var fs = require('fs');

var bodyContent = [];
content = content.split('\n');
content = content.split(/\r?\n/);
var status = parseStatus(content[0]);

@@ -78,3 +78,4 @@ var headerEnd = false;

return fs.readFileSync(path.join('./', context, importThisFile));
});
})
.replace(/\r\n?/g, '\n');
}

@@ -81,0 +82,0 @@

2

package.json
{
"name": "mockserver",
"version": "1.6.1",
"version": "1.6.2",
"description": "Easily mock your webservices while testing frontends.",

@@ -5,0 +5,0 @@ "main": "mockserver.js",

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