sentinel-scanner 1.1.0-alpha.2 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +3 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1
|
-
# [1.1.0
|
1
|
+
# [1.1.0](https://github.com/RebackkHQ/webapp-scanner/compare/v1.0.1...v1.1.0) (2024-11-15)
|
2
2
|
|
3
3
|
|
4
4
|
### Features
|
5
5
|
|
6
|
+
* add Spider module, Husky pre-commit hook, and Prisma integration ([93bd372](https://github.com/RebackkHQ/webapp-scanner/commit/93bd37234d8cc244d505ee6262271bf77bc06985))
|
7
|
+
* add Spider module, Husky pre-commit hook, and Prisma integration ([#2](https://github.com/RebackkHQ/webapp-scanner/issues/2)) ([bd79215](https://github.com/RebackkHQ/webapp-scanner/commit/bd792157f951a22f954038b0de3ddaa7ed20aa68))
|
6
8
|
* finalized Spider ([17127e9](https://github.com/RebackkHQ/webapp-scanner/commit/17127e99ec82befb4bdf1c2702215d5f9266465e))
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "sentinel-scanner",
|
3
3
|
"description": "[WIP] An open-source web app vulnerability scanner developed by Rebackk.",
|
4
|
-
"version": "1.1.0
|
4
|
+
"version": "1.1.0",
|
5
5
|
"exports": "./build/index.js",
|
6
6
|
"types": "./build/index.d.ts",
|
7
7
|
"bin": "./build/bin.js",
|