@autofleet/super-express
Advanced tools
Comparing version 2.1.0 to 2.2.0
{ | ||
"name": "@autofleet/super-express", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "AF Express with built in boilerplate", | ||
"main": "index.js", | ||
"main": "src/index.js", | ||
"type": "module", | ||
@@ -10,8 +10,10 @@ "author": "Autofleet", | ||
"dependencies": { | ||
"@autofleet/nitur": "^1.3.4", | ||
"@autofleet/zehut": "^3.0.10", | ||
"express": "^4.19.2", | ||
"helmet": "^3.21.2", | ||
"morgan": "^1.9.1" | ||
"morgan": "^1.10.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "node --test test/index.test.js", | ||
"publish": "npm publish" | ||
}, | ||
@@ -28,4 +30,4 @@ "repository": { | ||
"@types/express": "^4.17.21", | ||
"@types/helmet": "^4.0.0" | ||
"supertest": "^7.0.0" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
12457
8
240
1
1
120
4
2
1
+ Added@autofleet/nitur@^1.3.4
+ Added@autofleet/zehut@^3.0.10
- Removedhelmet@^3.21.2
- Removedbowser@2.9.0(transitive)
- Removedcamelize@1.0.0(transitive)
- Removedcontent-security-policy-builder@2.1.0(transitive)
- Removeddasherize@2.0.0(transitive)
- Removeddont-sniff-mimetype@1.1.0(transitive)
- Removedfeature-policy@0.3.0(transitive)
- Removedhelmet@3.23.3(transitive)
- Removedhelmet-crossdomain@0.4.0(transitive)
- Removedhelmet-csp@2.10.0(transitive)
- Removedhide-powered-by@1.1.0(transitive)
- Removedhpkp@2.0.0(transitive)
- Removedhsts@2.2.0(transitive)
- Removednocache@2.1.0(transitive)
- Removedreferrer-policy@1.2.0(transitive)
- Removedx-xss-protection@1.3.0(transitive)
Updatedmorgan@^1.10.0