serve-static
Advanced tools
Comparing version 2.0.0-beta.2 to 2.0.0
@@ -0,1 +1,14 @@ | ||
2.0.0 / 2024-08-23 | ||
================== | ||
* deps: | ||
* parseurl@^1.3.3 | ||
* excape-html@^1.0.3 | ||
* encodeurl@^2.0.0 | ||
* supertest@^6.3.4 | ||
* safe-buffer@^5.2.1 | ||
* nyc@^17.0.0 | ||
* mocha@^10.7.0 | ||
* Changes from 1.x | ||
2.0.0-beta.2 / 2024-03-20 | ||
@@ -2,0 +15,0 @@ ========================= |
{ | ||
"name": "serve-static", | ||
"description": "Serve static files", | ||
"version": "2.0.0-beta.2", | ||
"version": "2.0.0", | ||
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | ||
@@ -9,6 +9,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"encodeurl": "~1.0.2", | ||
"escape-html": "~1.0.3", | ||
"parseurl": "~1.3.3", | ||
"send": "^1.0.0-beta.2" | ||
"encodeurl": "^2.0.0", | ||
"escape-html": "^1.0.3", | ||
"parseurl": "^1.3.3", | ||
"send": "^1.0.0" | ||
}, | ||
@@ -23,6 +23,6 @@ "devDependencies": { | ||
"eslint-plugin-standard": "4.1.0", | ||
"mocha": "9.2.2", | ||
"nyc": "15.1.0", | ||
"safe-buffer": "5.2.1", | ||
"supertest": "6.2.2" | ||
"mocha": "^10.7.0", | ||
"nyc": "^17.0.0", | ||
"safe-buffer": "^5.2.1", | ||
"supertest": "^6.3.4" | ||
}, | ||
@@ -35,3 +35,3 @@ "files": [ | ||
"engines": { | ||
"node": ">= 0.10" | ||
"node": ">= 18" | ||
}, | ||
@@ -38,0 +38,0 @@ "scripts": { |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
25676
1
0
- Removedencodeurl@1.0.2(transitive)
Updatedencodeurl@^2.0.0
Updatedescape-html@^1.0.3
Updatedparseurl@^1.3.3
Updatedsend@^1.0.0