1.0.1 • Published 2 years ago

crypto-polyfills v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Crypto-polyfills is a polyfills collection to fix build and runtime failures caused by the different versions of crypto implemented on nodejs and browses.

Objectives

  • Create getRandomValues function to fix build failures with dependencies like uuidv4

Usage

Simply import the file where the polyfill is needed, or in your index file

import 'crypto-polyfills';

1.0.1

2 years ago

1.0.0

2 years ago