You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* An object resembling https://nodejs.org/api/fs.html#fs_fs_createwritestream_path_options indicating additional options that should be passed to the file stream. (default: `{ flags: 'a' }`)
46
46
*/
47
47
options?: string|object;
48
+
49
+
/**
50
+
* A string representing the name of the name of the audit file. (default: './hash-audit.json' )
51
+
*/
52
+
auditFile?: string
53
+
54
+
/**
55
+
* A string representing the frequency of rotation. (default: 'custom')
0 commit comments