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

mock-responses

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mock-responses - npm Package Compare versions

Comparing version 1.1.9 to 1.1.10

2

package.json
{
"name": "mock-responses",
"version": "1.1.9",
"version": "1.1.10",
"description": "espress-kind http request middleware",

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

@@ -29,3 +29,5 @@ const sqlite3 = require('better-sqlite3');

res.statusCode = row.res_status;
if (req.method.toLowerCase() !== 'options') {
res.statusCode = row.res_status;
}
res.write(row.res_body);

@@ -32,0 +34,0 @@ res.end();

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