Releases: troyharvey/jwt-cli
Releases · troyharvey/jwt-cli
v2.0.0
- 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
- Update
colors
dependency - Update
package-lock.json
to v2
v1.3.1
Dependabot flagged multiple dependencies for security vulnerabilities. This release upgrades all dependencies.
v1.2.3
- Add MIT license
- Upgrade
lodash
v1.2.2
- Add
.npmignore
and remove the gif
v1.2.1
Bump 1.2.1
v1.2.0
- 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
- 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
- Adding keywords to npm
v1.0.3
- Remove
postinstall
instructions.