Jipson Saad

Results 5 issues of Jipson Saad

### Describe the feature you would like to see added Actually the password panel show the password meter and add a custom class to change the background color, but is...

enhancement
theme

Icons for vitest files: - vitest.config.js - vitest.config.ts

This project works fine with the actual dependencies but if the dependencies change to actual versions of React and remove enzyme and replaced it by @testing-library/jest-dom the project it doesn't...

```javascript const encrypt = async (publicToEncrypt: JWK.Key, data: JWS.CreateSignResult): Promise => { const encrypted = await JWE .createEncrypt({ contentAlg: 'A256GCM', format: 'compact', fields: { alg: 'RSA-OAEP-256', cty: 'JWT', enc: 'A256GCM',...