Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

635090 Views

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

README.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/finalhandler/README.md
137 Views
0 Comments
# finalhandler

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-image]][node-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/finalhandler/index.js
129 Views
0 Comments
/*!
* finalhandler
* Copyright(c) 2014-2022 Douglas Christopher Wilson
* MIT Licensed
*/

'use strict'

LICENSE cody/Khushigupta8/Hotel-Management-Webpage/node_modules/finalhandler/LICENSE
204 Views
0 Comments
Media file
package.json cody/Khushigupta8/Hotel-Management-Webpage/node_modules/finalhandler/package.json
119 Views
0 Comments
{
"name": "finalhandler",
"description": "Node.js final http responder",
"version": "1.2.0",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"license": "MIT",
"repository": "pillarjs/finalhandler",
"dependencies": {
SECURITY.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/finalhandler/SECURITY.md
139 Views
0 Comments
# Security Policies and Procedures

## Reporting a Bug

The `finalhandler` team and community take all security bugs seriously. Thank
you for improving the security of Express. 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/finalhandler/HISTORY.md
137 Views
0 Comments
1.2.0 / 2022-03-22
==================

* Remove set content headers that break response
* deps: on-finished@2.4.1
* deps: statuses@2.0.1
- Rename `425 Unordered Collection` to standard `425 Too Early`