sentinel-scanner 1.0.1 → 1.1.0-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
package/.cspell.json CHANGED
@@ -8,10 +8,13 @@
8
8
  "octocat",
9
9
  "outdir",
10
10
  "rmrf",
11
- "ryansonshine",
12
11
  "socio",
13
12
  "tsdoc",
14
- "rebackk"
13
+ "rebackk",
14
+ "wordlist",
15
+ "khtml",
16
+ "hrefs",
17
+ "ACMR"
15
18
  ],
16
19
  "flagWords": [],
17
20
  "ignorePaths": [
package/CHANGELOG.md CHANGED
@@ -1,6 +1,7 @@
1
- ## [1.0.1](https://github.com/RebackkHQ/webapp-scanner/compare/v1.0.0...v1.0.1) (2024-11-07)
1
+ # [1.1.0-alpha.1](https://github.com/RebackkHQ/webapp-scanner/compare/v1.0.1-alpha.1...v1.1.0-alpha.1) (2024-11-09)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * fixed compatibility with npx ([a778b5a](https://github.com/RebackkHQ/webapp-scanner/commit/a778b5a97140fb67cf503d72dac59adc571316a3))
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))