Skip to content

Commit

Permalink
Merge branch 'main' into frederikprijck-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Nov 13, 2023
2 parents d72a1f6 + 6fb6477 commit 662625e
Show file tree
Hide file tree
Showing 4 changed files with 895 additions and 1,416 deletions.
1 change: 1 addition & 0 deletions .semgrepignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lib/index.test.ts
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Even though some users might experience breaking changes, mostly because of the
The `jwtDecode` function is now no longer the default export, and is instead provided as a named export. Make sure to update your code in places where you are importing this function:

```diff
-import jwtDecodefrom "jwt-decode";
-import jwtDecode from "jwt-decode";
+import { jwtDecode } from "jwt-decode";
```

Expand Down
Loading

0 comments on commit 662625e

Please sign in to comment.