node-mocks-http
Advanced tools
Comparing version 1.6.2 to 1.6.3
@@ -0,1 +1,9 @@ | ||
v 1.6.3 | ||
------- | ||
- Moved @types/express to dev-dependencies. [PR #136][136] | ||
[136]: https://github.com/howardabrams/node-mocks-http/issues/136 | ||
v 1.6.1 | ||
@@ -2,0 +10,0 @@ ------- |
@@ -5,3 +5,3 @@ { | ||
"description": "Mock 'http' objects for testing Express routing functions", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"homepage": "https://github.com/howardabrams/node-mocks-http", | ||
@@ -45,3 +45,2 @@ "bugs": { | ||
"dependencies": { | ||
"@types/express": "^4.0.35", | ||
"accepts": "^1.3.3", | ||
@@ -59,2 +58,3 @@ "depd": "^1.1.0", | ||
"devDependencies": { | ||
"@types/express": "^4.0.35", | ||
"chai": "^3.5.0", | ||
@@ -61,0 +61,0 @@ "eslint": "^3.13.1", |
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
144740
10
12
- Removed@types/express@^4.0.35
- Removed@types/body-parser@1.19.5(transitive)
- Removed@types/connect@3.4.38(transitive)
- Removed@types/express@4.17.21(transitive)
- Removed@types/express-serve-static-core@4.19.6(transitive)
- Removed@types/http-errors@2.0.4(transitive)
- Removed@types/mime@1.3.5(transitive)
- Removed@types/node@22.10.5(transitive)
- Removed@types/qs@6.9.17(transitive)
- Removed@types/range-parser@1.2.7(transitive)
- Removed@types/send@0.17.4(transitive)
- Removed@types/serve-static@1.15.7(transitive)
- Removedundici-types@6.20.0(transitive)