File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nightfall-js" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"description" : " Build data classification and protection into your application or service with Nightfall." ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ export const scanTextResponse = {
50
50
"start" : 25 ,
51
51
"end" : 41
52
52
} ,
53
- "commitHash" : ""
53
+ "commitHash" : "" ,
54
+ "commitAuthor" : ""
54
55
} ,
55
56
"matchedDetectionRuleUUIDs" : [ ] ,
56
57
"matchedDetectionRules" : [
Original file line number Diff line number Diff line change @@ -30,13 +30,15 @@ export namespace ScanText {
30
30
rowRange ?: FindingRange
31
31
columnRange ?: FindingRange
32
32
commitHash : string
33
+ commitAuthor : string
33
34
} ;
34
35
redactedLocation ?: {
35
36
byteRange : FindingRange
36
37
codepointRange : FindingRange
37
38
rowRange ?: FindingRange
38
39
columnRange ?: FindingRange
39
40
commitHash : string
41
+ commitAuthor : string
40
42
}
41
43
matchedDetectionRuleUUIDs : any [ ]
42
44
matchedDetectionRules : string [ ]
You can’t perform that action at this time.
0 commit comments