Skip to content

Commit

Permalink
a few change
Browse files Browse the repository at this point in the history
  • Loading branch information
pesar committed Jan 31, 2022
1 parent a2e3e06 commit c83b31a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ other features:
```javascript
const portScan = require("pscanner");

portScan("8.8.8.8:80", (isOpen, port) => console.log(isOpen, port)); // true 80
portScan("8.8.8.8:80", (isOpen, port) => console.log(isOpen, port));
// true 80

await portScan("8.8.8.8:81"); // false
```
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pscanner",
"version": "1.1.4",
"description": "Port Scanner With NodeJS",
"version": "1.1.5",
"description": "Port Scanner 👀",
"main": "index.js",
"type": "commonjs",
"scripts": {
Expand All @@ -16,5 +16,13 @@
"bugs": {
"url": "https://github.com/pesarism/port-scanner/issues"
},
"homepage": "https://github.com/pesarism/port-scanner#readme"
"homepage": "https://github.com/pesarism/port-scanner#readme",
"keywords": [
"scan",
"scanner",
"portscanner",
"port",
"net",
"tcp"
]
}

0 comments on commit c83b31a

Please sign in to comment.