Create funding.json #79
Annotations
6 warnings
Run tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run tests:
src/utils/hex.ts#L102
'Length' is defined but never used. Allowed unused vars must match /^_/u
|
Run tests:
src/webauthn/webauthn.ts#L7
'data' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run tests:
src/webauthn/webauthn.ts#L8
Unexpected 'todo' comment: 'todo sign DERIVATION_DATA_V1 using...'
|
Run tests:
src/webauthn/webauthn.ts#L9
Unexpected 'todo' comment: 'todo assert length >= 16 bytes'
|
Run tests:
test/utils/dappy-auth-mock.ts#L14
'url' is defined but never used. Allowed unused args must match /^_/u
|