iron-webcrypto-vvo
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

iron-webcrypto

This module is a drop-in replacement for @hapi/iron, written using the Web Crypto API that makes it compatible with browser and edge environments.


Installation

To use this module, run:

npm add iron-webcrypto
npm remove @hapi/iron

and change:

const Iron = require('@hapi/iron');
// or
import Iron from '@hapi/iron';

to:

const Iron = require('iron-webcrypto');
// or
import * as Iron from 'iron-webcrypto';

Package Sidebar

Install

npm i iron-webcrypto-vvo

Weekly Downloads

6

Version

0.0.2

License

MIT

Unpacked Size

21.2 kB

Total Files

6

Last publish

Collaborators

  • vvo