Socket
Socket
Sign inDemoInstall

serve-static

Package Overview
Dependencies
Maintainers
2
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serve-static - npm Package Compare versions

Comparing version 2.0.0-beta.1 to 2.0.0-beta.2

17

HISTORY.md

@@ -0,1 +1,6 @@

2.0.0-beta.2 / 2024-03-20
=========================
* deps: send@1.0.0-beta.2
2.0.0-beta.1 / 2022-02-05

@@ -11,2 +16,14 @@ =========================

1.15.0 / 2022-03-24
===================
* deps: send@0.18.0
- Fix emitted 416 error missing headers property
- Limit the headers removed for 304 response
- deps: depd@2.0.0
- deps: destroy@1.2.0
- deps: http-errors@2.0.0
- deps: on-finished@2.4.1
- deps: statuses@2.0.1
1.14.2 / 2021-12-15

@@ -13,0 +30,0 @@ ===================

10

package.json
{
"name": "serve-static",
"description": "Serve static files",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",

@@ -12,3 +12,3 @@ "license": "MIT",

"parseurl": "~1.3.3",
"send": "1.0.0-beta.1"
"send": "^1.0.0-beta.2"
},

@@ -18,3 +18,3 @@ "devDependencies": {

"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-markdown": "2.2.1",

@@ -24,6 +24,6 @@ "eslint-plugin-node": "11.1.0",

"eslint-plugin-standard": "4.1.0",
"mocha": "9.1.3",
"mocha": "9.2.2",
"nyc": "15.1.0",
"safe-buffer": "5.2.1",
"supertest": "6.1.6"
"supertest": "6.2.2"
},

@@ -30,0 +30,0 @@ "files": [

@@ -251,3 +251,3 @@ # serve-static

[github-actions-ci-image]: https://badgen.net/github/checks/expressjs/serve-static/master?label=linux
[github-actions-ci-url]: https://github.com/expressjs/serve-static/actions?query=workflow%3Aci
[github-actions-ci-url]: https://github.com/expressjs/serve-static/actions/workflows/ci.yml
[node-image]: https://badgen.net/npm/node/serve-static

@@ -254,0 +254,0 @@ [node-url]: https://nodejs.org/en/download/

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc