Socket
Socket
Sign inDemoInstall

http-msgs

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "http-msgs",
"version": "1.0.2",
"version": "1.0.3",
"description": "Node module to handle to HTTP status codes",

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

# http-msgs
Node module to handle to HTTP status codes
![verson](https://img.shields.io/badge/version-1.0.2-green.svg)
![verson](https://img.shields.io/badge/version-1.0.3-green.svg)
![License](https://img.shields.io/badge/License-MIT-yellowgreen.svg)

@@ -6,0 +6,0 @@

@@ -9,3 +9,3 @@ /*

var setCookie = function(req, res, cookieString, data, resEnd=true){
var setCookie = function(req, res, cookieString, data="", resEnd=false){
// this sets new cookie

@@ -12,0 +12,0 @@ res.writeHead(200, {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc