UNPKG

jose-jwe-jws

Version:

Library to encrypt and decrypt data in JSON Web Encryption (JWE) format and to sign data in JSON Web Signature (JWS) format. Leverages Browser's native web crypto API.

7 lines (6 loc) 120 B
// babel.config.js module.exports = { presets: [ ['@babel/preset-env', { targets: { node: 'current' } }], ], };