Socket
Socket
Sign inDemoInstall

http-msgs

Package Overview
Dependencies
1
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

2

index.js

@@ -25,3 +25,3 @@

exports.setCookieString = cookie.setCookie;
exports.setCookieString = cookie.setCookieString;
exports.getCookie = cookie.getCookie;

@@ -28,0 +28,0 @@ exports.setCookie = cookie.setCookie;

{
"name": "http-msgs",
"version": "1.0.6",
"version": "1.0.7",
"description": "Node module to handle to HTTP status codes",

@@ -21,3 +21,4 @@ "main": "index.js",

"308",
"404"
"404",
"secure cookie"
],

@@ -24,0 +25,0 @@ "author": "Dr Umesh R Bilagi",

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

@@ -69,5 +69,6 @@

```
var cookieString = httpMsgs.setCookieString(req, res, name, value, expires,maxAge, httponly, https=true/false);
httpMsgs.setCookie(req, res, cookieString, data, resEnd=true)
httpMsgs.getCookie(req, res, curCookie);
```
For more extensive study on read in this link [HTTP status](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes)
For more extensive study on read in this link [HTTP status](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes)
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc