Skip to content

Commit

Permalink
Merge pull request #45 from tomitribe/dep-updates-2024
Browse files Browse the repository at this point in the history
Dep updates 2024
  • Loading branch information
Dexmaster authored May 9, 2024
2 parents 887389f + 39edc90 commit 7892c22
Show file tree
Hide file tree
Showing 29 changed files with 1,368 additions and 1,860 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v20
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_js:
- '16'
- '18'
- '20'
- '22'
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const jwtJsDecode = require('jwt-js-decode');
or

```html
<script src="//unpkg.com/jwt-js-decode@1.8.2/dist/jwt-js-decode.pkg.min.js"></script>
<script src="//unpkg.com/jwt-js-decode@1.9.0/dist/jwt-js-decode.pkg.min.js"></script>
```

Other links you can find on [`yarn`](https://yarnpkg.com/en/package/jwt-js-decode)
Expand Down Expand Up @@ -91,13 +91,13 @@ Resign JWT token with newSecret secret should be same type as `jwt.header.alg`

## Sandboxes

Runkit (node.js sandbox 1.8.2)
Runkit (node.js sandbox 1.9.0)
[https://npm.runkit.com/jwt-js-decode](https://npm.runkit.com/jwt-js-decode)

Plunkr (browser sandbox 1.8.2 + CodeMirror)
Plunkr (browser sandbox 1.9.0 + CodeMirror)
[https://plnkr.co/edit/WaawWXswkexfXaFfRDjQ](https://plnkr.co/edit/WaawWXswkexfXaFfRDjQ)

Plunkr (browser sandbox 1.8.2)
Plunkr (browser sandbox 1.9.0)
[https://plnkr.co/edit/zCNpiTXBbPKNxNVnHhkU](https://plnkr.co/edit/zCNpiTXBbPKNxNVnHhkU)

## Development
Expand Down
193 changes: 19 additions & 174 deletions dist/jwt-js-decode.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jwt-js-decode.cjs.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jwt-js-decode.cjs.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 7892c22

Please sign in to comment.