Skip to content

Releases: kunalnagar/encrypt0r

v3.0.8

27 Aug 20:53
Compare
Choose a tag to compare
Fix eslint-utils vulnerability

More details: https://github.com/mysticatea/eslint-utils/security/advisories/GHSA-3gx7-xhv7-5mx3

v3.0.7

25 Jul 01:10
Compare
Choose a tag to compare

Add compression using zlib to the encryption/decryption process.

v3.0.6

13 Jul 04:27
Compare
Choose a tag to compare
Fix lodash vulnerability CVE-2019-10744

v3.0.5

10 Jul 09:26
Compare
Choose a tag to compare
Update Lodash to fix Snyk Vulnerability

v3.0.4

16 Jun 21:36
Compare
Choose a tag to compare
Add Prettier support for linting

v3.0.3

14 Jun 17:25
Compare
Choose a tag to compare
Update dependencies

v3.0.2

10 Jun 21:48
Compare
Choose a tag to compare
Fix ES6 syntax bug

For some reason that fat arrow syntax is messing up the Encrypt/Decrypt actions. This is really weird and for that reason it has been reverted back to ES5 syntax. Needs further investigation.

v3.0.1

09 Jun 23:19
Compare
Choose a tag to compare
Minor update for better development

v3.0.0

03 Jun 20:05
6775c0d
Compare
Choose a tag to compare
Merge pull request #1 from kunalnagar/release--v3.0.0

Re-write the app for better encryption strategies

v2.0.5

19 May 13:29
Compare
Choose a tag to compare
Fix tar vulnerability