pmcrypto
pmcrypto copied to clipboard
As OpenPGP.js is now declared as "module", we also switch pmcrypto to be one. This causes the majority of changes in this PR. Non-breaking changes: - added support for reading...
Add a utility function that can add subkeys to an existing PGP key. It supports both encrypted and unencrypted private keys. The specification of the subkeys is passed as-is to...
We should review if these utils are needed in the library, otherwise move them over to the clients monorepo. Regardless, the following refactoring should be done: - Remove the binary...
In tests, the line references given on error are off, due to two separate issues: - since webpack does not emit source map files for TS, a custom plugin should...
The exported types should be checked, similarly to what is done in OpenPGP.js (https://github.com/openpgpjs/openpgpjs/blob/master/test/typescript/definitions.ts). Related to #111 .
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.0 to 1.20.3. Release notes Sourced from body-parser's releases. 1.20.3 What's Changed Important deps: [email protected] add depth option to customize the depth level in the parser IMPORTANT:...
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.1 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...