Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

635226 Views

Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/cookie

README.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/cookie/README.md
145 Views
0 Comments
# cookie

[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Node.js Version][node-version-image]][node-version-url]
[![Build Status][github-actions-ci-image]][github-actions-ci-url]
[![Test Coverage][coveralls-image]][coveralls-url]

index.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/cookie/index.js
125 Views
0 Comments
/*!
* cookie
* Copyright(c) 2012-2014 Roman Shtylman
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/

'use strict';
LICENSE cody/Khushigupta8/Hotel-Management-Webpage/node_modules/cookie/LICENSE
197 Views
0 Comments
Media file
package.json cody/Khushigupta8/Hotel-Management-Webpage/node_modules/cookie/package.json
98 Views
0 Comments
{
"name": "cookie",
"description": "HTTP server cookie parsing and serialization",
"version": "0.5.0",
"author": "Roman Shtylman <shtylman@gmail.com>",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>"
],
SECURITY.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/cookie/SECURITY.md
150 Views
0 Comments
# Security Policies and Procedures

## Reporting a Bug

The `cookie` team and community take all security bugs seriously. Thank
you for improving the security of the project. We appreciate your efforts and
responsible disclosure and will make every effort to acknowledge your
contributions.
HISTORY.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/cookie/HISTORY.md
135 Views
0 Comments
0.5.0 / 2022-04-11
==================

* Add `priority` option
* Fix `expires` option to reject invalid dates
* pref: improve default decode speed
* pref: remove slow string split in parse