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

pure-http

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pure-http - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

4

lib/response.js

@@ -22,3 +22,3 @@ const { STATUS_CODES } = require('http');

const SET_COOKIE = 'Set-Cookie';
const SET_COOKIE = 'set-cookie';

@@ -57,3 +57,3 @@ function parseOptions(res, ...args) {

if (Array.isArray(res.$cookies)) {
res.setHeader(SET_COOKIE, res.$cookies.filter(Boolean).join('; '));
res.setHeader(SET_COOKIE, res.$cookies.filter(Boolean));
}

@@ -60,0 +60,0 @@

{
"name": "pure-http",
"version": "2.2.1",
"version": "2.2.2",
"description": "The simple web framework for Node.js with zero dependencies.",

@@ -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