Socket
Socket
Sign inDemoInstall

prepare-response

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prepare-response - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

index.js

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

}).then(function (gzippedBody) {
if (gzippedBody.length >= body.length) {
if (typeof options.gzip !== 'boolean' && gzippedBody.length >= body.length) {
options.gzip = false;

@@ -26,0 +26,0 @@ }

{
"name": "prepare-response",
"version": "1.1.1",
"version": "1.1.2",
"description": "Prepare a text resposne to be efficiently sent",

@@ -5,0 +5,0 @@ "keywords": [],

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