Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

785221 Views

Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/raw-body

README.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/raw-body/README.md
173 Views
0 Comments
# raw-body

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-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/raw-body/index.js
152 Views
0 Comments
/*!
* raw-body
* Copyright(c) 2013-2014 Jonathan Ong
* Copyright(c) 2014-2022 Douglas Christopher Wilson
* MIT Licensed
*/

'use strict'
LICENSE cody/Khushigupta8/Hotel-Management-Webpage/node_modules/raw-body/LICENSE
287 Views
0 Comments
Media file
index.d.ts cody/Khushigupta8/Hotel-Management-Webpage/node_modules/raw-body/index.d.ts
149 Views
0 Comments
import { Readable } from 'stream';

declare namespace getRawBody {
export type Encoding = string | true;

export interface Options {
/**
* The expected length of the stream.
package.json cody/Khushigupta8/Hotel-Management-Webpage/node_modules/raw-body/package.json
136 Views
0 Comments
{
"name": "raw-body",
"description": "Get and validate the raw body of a readable stream.",
"version": "2.5.1",
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>",
"Raynos <raynos2@gmail.com>"
SECURITY.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/raw-body/SECURITY.md
176 Views
0 Comments
# Security Policies and Procedures

## Reporting a Bug

The `raw-body` 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/raw-body/HISTORY.md
175 Views
0 Comments
2.5.1 / 2022-02-28
==================

* Fix error on early async hooks implementations

2.5.0 / 2022-02-21
==================