Skip to content
This repository was archived by the owner on Mar 1, 2021. It is now read-only.

Commit 9fd2fc6

Browse files
committed
🔖 v1.0.0
1 parent f6250f5 commit 9fd2fc6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ It is written in Node.js simply because that's the language I'm the most confort
66

77
Notable differences compared to `sherlock` (at time of writing):
88

9+
- [0 dependencies pre-built binaries for Windows/macOS/Linux](https://github.com/GitSquared/sherlock-js/releases)
910
- Tests all services concurrently (asynchronous/"multithreaded")
1011
- Checks whether accounts exists by looking at the HTTP response status code (instead of HTML parsing)
1112
- Follows HTTP(S) redirections
@@ -16,4 +17,4 @@ Notable differences compared to `sherlock` (at time of writing):
1617
- `--version` or `-v`: Print version
1718
- `--name user` or `-n user`: Specify a username to search for (remove interactive prompt)
1819
- `--batch` or `-b`: Output results in raw minified JSON
19-
- `--output file.txt` or `-o file.txt`: Print minified JSON results in a file
20+
- `--output res.json` or `-o res.json`: Print minified JSON results in a file

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Available command line switches:
4343
--version or -v: Print version
4444
--name user or -n user: Specify a username to search for (remove interactive prompt)
4545
--batch or -b: Output results in minified JSON
46-
--output file.txt or -o file.txt: Print minified JSON results in a file
46+
--output res.json or -o res.json: Print minified JSON results in a file
4747
4848
Additional info available at https://github.com/GitSquared/sherlock-js
4949
`);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1",
99
"start": "node index.js",
10-
"build": "pkg -c package.json -t latest-linux-x64,latest-linux-x86,latest-linux-armv7,latest-macos-x64,latest-win-x64,latest-win-x86 index.js"
10+
"build": "pkg -c package.json -t latest-linux-x64,latest-linux-x86,latest-macos-x64,latest-win-x64,latest-win-x86 index.js"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)