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.6 to 1.1.7

2

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

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

@@ -73,3 +73,3 @@ 'use strict;'

const reqName = data.name ? `'${data.name}'` : 'NULL';
const resDelaySec = data.reqDelaySec ? data.res_delay_sec : 'NULL';
const resDelaySec = data.res_delay_sec ? data.res_delay_sec : 'NULL';
data.res_content_type === 'text/javascript' && isFunc(data.res_body);

@@ -90,3 +90,3 @@ const resBody = data.res_body.replace(/'/g,'\'\'');

`;
return db.exec(sql) ? 'inserted' : 'error';

@@ -99,3 +99,3 @@ }

const reqName = data.name ? `'${data.name}'` : 'NULL';
const resDelaySec = data.reqDelaySec ? data.res_delay_sec : 'NULL';
const resDelaySec = data.res_delay_sec ? data.res_delay_sec : 'NULL';
data.res_content_type === 'text/javascript' && isFunc(data.res_body);

@@ -102,0 +102,0 @@ const resBody = data.res_body.replace(/'/g,'\'\'');

Sorry, the diff of this file is not supported yet

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