We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc27223 commit 75a01acCopy full SHA for 75a01ac
src/modules/security/index.ts
@@ -27,7 +27,7 @@ export class Security {
27
*
28
* @example
29
* faker.security.cve() // 'CVE-2011-0762'
30
- * faker.security.cve({from:'2020-01-01T00:00:00.000Z', to: '2030-01-01T00:00:00.000Z') // 'CVE-2028-0762'
+ * faker.security.cve({ from: '2020-01-01T00:00:00.000Z', to: '2030-01-01T00:00:00.000Z' }) // 'CVE-2028-0762'
31
*/
32
cve(
33
options: {
0 commit comments