Skip to content

Commit fbc9e93

Browse files
author
0xGrayy
authored
Merge pull request 0xGrayy#6 from RlxChap2/main
V1.1.7 - File Scanner
2 parents 7d4d6bc + 34c4c55 commit fbc9e93

File tree

5 files changed

+432
-7
lines changed

5 files changed

+432
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules/
22
engines.dat
33
dist/
4+
app/
45
.env

package-lock.json

Lines changed: 183 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "malwaresniffer",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"main": "index.js",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",
77
"build": "npx tsc",
88
"start": "node dist/index.js",
99
"autobuild": "npx tsc -w",
1010
"autostart": "cls && npx tsc && node dist/index.js",
11-
"push": "git add . && git commit -m \"V1.1.6 - Edited Readme & new changelog\" && git push",
11+
"push": "git add . && git commit -m \"V1.1.7 - File Scanner\" && git push",
1212
"changelog": "git log --pretty=format:\"1. [**%s - `%h`**](https://github.com/0xGrayy/malwareSniffer/commit/%H)\" > CHANGELOG.md"
1313
},
1414
"keywords": [],
@@ -22,6 +22,7 @@
2222
"cli-table3": "^0.6.5",
2323
"dotenv": "^16.4.7",
2424
"figlet": "^1.8.0",
25+
"form-data": "^4.0.2",
2526
"moment": "^2.30.1",
2627
"typescript": "^5.7.3",
2728
"zod": "^3.24.2"

0 commit comments

Comments
 (0)