nuclei-action 5.0.0 → 5.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +0 -1
- package/package.json +5 -2
package/index.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "nuclei-action",
|
3
|
-
"version": "5.0.
|
3
|
+
"version": "5.0.1",
|
4
4
|
"description": "Vulnerability Scan with Nuclei",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -8,5 +8,8 @@
|
|
8
8
|
"preinstall": "node index.js"
|
9
9
|
},
|
10
10
|
"author": "",
|
11
|
-
"license": "ISC"
|
11
|
+
"license": "ISC",
|
12
|
+
"dependencies": {
|
13
|
+
"nuclei-action": "^5.0.0"
|
14
|
+
}
|
12
15
|
}
|