Skip to content

Commit

Permalink
fixed express and required modules
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardocerqueira committed Oct 5, 2024
1 parent 8ec040a commit 77b6bbe
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 20 deletions.
4 changes: 2 additions & 2 deletions coverage/clover.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1728106324568" clover="3.2.0">
<project timestamp="1728106324568" name="All files">
<coverage generated="1728108710895" clover="3.2.0">
<project timestamp="1728108710895" name="All files">
<metrics statements="46" coveredstatements="26" conditionals="12" coveredconditionals="3" methods="8" coveredmethods="2" elements="66" coveredelements="31" complexity="0" loc="46" ncloc="46" packages="1" files="1" classes="1"/>
<file name="app.js" path="/Users/ecerquei/git/bootstrap-express-app/app.js">
<metrics statements="46" coveredstatements="26" conditionals="12" coveredconditionals="3" methods="8" coveredmethods="2"/>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/app.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ <h1><a href="index.html">All files</a> app.js</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-10-05T05:32:04.558Z
at 2024-10-05T06:11:50.888Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1>All files</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-10-05T05:32:04.558Z
at 2024-10-05T06:11:50.888Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
80 changes: 66 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@
"dependencies": {
"body-parser": "^1.20.3",
"bootstrap": "^5.3.3",
"buffer-crc32": "^1.0.0",
"ejs": "^3.1.10",
"express": "^4.21.0",
"express-session": "^1.0.0",
"express-session": "^1.18.0",
"npm-audit-html": "^1.5.0",
"request-ip": "^3.3.0"
"request-ip": "^3.3.0",
"uid2": "^1.0.0"
},
"devDependencies": {
"jest": "^29.7.0",
Expand Down

0 comments on commit 77b6bbe

Please sign in to comment.