=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== node-timeago.js-4.0.2/__tests__/helper.ts-7- node-timeago.js-4.0.2/__tests__/helper.ts:8: if (timestamp) time.setAttribute('datetime', `${timestamp}`); node-timeago.js-4.0.2/__tests__/helper.ts-9- ############################################## node-timeago.js-4.0.2/__tests__/utils/dom.spec.ts-22- test('getDateAttribute', () => { node-timeago.js-4.0.2/__tests__/utils/dom.spec.ts:23: expect(getDateAttribute(time)).toBe(`${ms}`); node-timeago.js-4.0.2/__tests__/utils/dom.spec.ts-24- }); ############################################## node-timeago.js-4.0.2/src/lang/en_US.ts-6- if (diff > 1) unit += 's'; node-timeago.js-4.0.2/src/lang/en_US.ts:7: return [`${diff} ${unit} ago`, `in ${diff} ${unit}`]; node-timeago.js-4.0.2/src/lang/en_US.ts-8-} ############################################## node-timeago.js-4.0.2/src/lang/zh_CN.ts-5- const unit = ZH_CN[~~(idx / 2)]; node-timeago.js-4.0.2/src/lang/zh_CN.ts:6: return [`${diff} ${unit}前`, `${diff} ${unit}后`]; node-timeago.js-4.0.2/src/lang/zh_CN.ts-7-}