serve-static
Advanced tools
Comparing version 2.0.0-beta.1 to 2.0.0-beta.2
@@ -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 @@ =================== |
{ | ||
"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/ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25477
1
+ Addeddebug@4.3.7(transitive)
+ Addeddepd@2.0.0(transitive)
+ Addeddestroy@1.2.0(transitive)
+ Addedencodeurl@2.0.0(transitive)
+ Addedhttp-errors@2.0.0(transitive)
+ Addedon-finished@2.4.1(transitive)
+ Addedsend@1.1.0(transitive)
+ Addedstatuses@2.0.1(transitive)
- Removeddebug@3.1.0(transitive)
- Removeddepd@1.1.2(transitive)
- Removeddestroy@1.0.4(transitive)
- Removedhttp-errors@1.8.1(transitive)
- Removedms@2.0.0(transitive)
- Removedon-finished@2.3.0(transitive)
- Removedsend@1.0.0-beta.1(transitive)
- Removedstatuses@1.5.0(transitive)
Updatedsend@^1.0.0-beta.2