liip / TheA11yMachine

The A11y Machine is an automated accessibility testing tool which crawls and tests pages of any web application to produce detailed reports.
https://www.liip.ch/
621 stars 66 forks source link

Remove crypto package and use native Node.js API instead #129

Closed paazmaya closed 5 years ago

paazmaya commented 5 years ago

Currently there seems to be crypto package version 0.0.3 in use, which also generates the following output when doing npm install:

npm WARN deprecated crypto@0.0.3: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.

https://nodejs.org/docs/v0.12.9/api/crypto.html

Hywan commented 5 years ago

Closed by #130.