Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

785154 Views

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

node_modules/ cody/Khushigupta8/Hotel-Management-Webpage/node_modules/send/node_modules/
1 Items
  • ms/
  • README.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/send/README.md
    189 Views
    0 Comments
    # send

    [![NPM Version][npm-version-image]][npm-url]
    [![NPM Downloads][npm-downloads-image]][npm-url]
    [![Linux Build][github-actions-ci-image]][github-actions-ci-url]
    [![Windows Build][appveyor-image]][appveyor-url]
    [![Test Coverage][coveralls-image]][coveralls-url]

    index.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/send/index.js
    151 Views
    0 Comments
    /*!
    * send
    * Copyright(c) 2012 TJ Holowaychuk
    * Copyright(c) 2014-2022 Douglas Christopher Wilson
    * MIT Licensed
    */

    'use strict'
    LICENSE cody/Khushigupta8/Hotel-Management-Webpage/node_modules/send/LICENSE
    313 Views
    0 Comments
    Media file
    package.json cody/Khushigupta8/Hotel-Management-Webpage/node_modules/send/package.json
    125 Views
    0 Comments
    {
    "name": "send",
    "description": "Better streaming static file server with Range and conditional-GET support",
    "version": "0.18.0",
    "author": "TJ Holowaychuk <tj@vision-media.ca>",
    "contributors": [
    "Douglas Christopher Wilson <doug@somethingdoug.com>",
    "James Wyatt Cready <jcready@gmail.com>",
    SECURITY.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/send/SECURITY.md
    192 Views
    0 Comments
    # Security Policies and Procedures

    ## Reporting a Bug

    The `send` 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/send/HISTORY.md
    176 Views
    0 Comments
    0.18.0 / 2022-03-23
    ===================

    * Fix emitted 416 error missing headers property
    * Limit the headers removed for 304 response
    * deps: depd@2.0.0
    - Replace internal `eval` usage with `Function` constructor
    - Use instance methods on `process` to check for listeners