@sectester/repeater 0.29.1 → 0.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/package.json +6 -6
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -197,6 +197,6 @@ Custom scripts and self-signed certificates
|
|
|
197
197
|
|
|
198
198
|
## License
|
|
199
199
|
|
|
200
|
-
Copyright ©
|
|
200
|
+
Copyright © 2024 [Bright Security](https://brightsec.com/).
|
|
201
201
|
|
|
202
202
|
This project is licensed under the MIT License - see the [LICENSE file](LICENSE) for details.
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sectester/repeater",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.31.0",
|
|
4
4
|
"description": "Package for managing repeaters, which are mandatory for scanning targets on a local network.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/NeuraLegion/sectester-js.git"
|
|
8
8
|
},
|
|
9
9
|
"engines": {
|
|
10
|
-
"node": ">=
|
|
11
|
-
"npm": ">=
|
|
10
|
+
"node": ">=18",
|
|
11
|
+
"npm": ">=10"
|
|
12
12
|
},
|
|
13
13
|
"author": {
|
|
14
14
|
"name": "Artem Derevnjuk",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"main": "./src/index.js",
|
|
41
41
|
"typings": "./src/index.d.ts",
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"axios": "^
|
|
44
|
-
"uuid": "^
|
|
43
|
+
"axios": "^1.7.2",
|
|
44
|
+
"uuid": "^10.0.0",
|
|
45
45
|
"reflect-metadata": "^0.1.13",
|
|
46
46
|
"tsyringe": "^4.6.0",
|
|
47
|
-
"axios-rate-limit": "^1.
|
|
47
|
+
"axios-rate-limit": "^1.4.0",
|
|
48
48
|
"form-data": "^4.0.0",
|
|
49
49
|
"chalk": "^4.1.2",
|
|
50
50
|
"socket.io-msgpack-parser": "^3.0.2",
|