Skip to content

Releases: troyharvey/jwt-cli

v2.0.0

12 Apr 04:48
1c0b107
Compare
Choose a tag to compare
  • Add --output=json
  • Add --version
  • Switch to fast-jwt for decoding tokens
  • Switch to chalk for terminal colors
  • Install jest & prettier as dev dependencies
  • Test suite with 100% coverage

Full Changelog: v1.3.3...v2.0.0

v1.3.3

24 Mar 15:30
6d83f39
Compare
Choose a tag to compare
  • Update colors dependency
  • Update package-lock.json to v2

v1.3.1

30 Aug 03:52
Compare
Choose a tag to compare

Dependabot flagged multiple dependencies for security vulnerabilities. This release upgrades all dependencies.

v1.2.3

20 Jul 14:08
Compare
Choose a tag to compare
  • Add MIT license
  • Upgrade lodash

v1.2.2

27 Mar 03:08
Compare
Choose a tag to compare
  • Add .npmignore and remove the gif

v1.2.1

27 Mar 03:05
Compare
Choose a tag to compare
Bump 1.2.1

v1.2.0

27 Mar 03:00
Compare
Choose a tag to compare
  • Add --secret flag for verifying a token with the signing secret. Shout to @bharkreader for adding this!
  • Add eslint, prettier, and format code.

v1.1.0

02 Aug 03:03
Compare
Choose a tag to compare
  • Tone down the Christmas colors. 1.0 users, mea culpa.
  • Add support for piping a token in via stdin

Usage: pbpaste | jwt

v1.0.4

13 Sep 06:02
Compare
Choose a tag to compare
  • Adding keywords to npm

v1.0.3

13 Sep 05:56
Compare
Choose a tag to compare
  • Remove postinstall instructions.