Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jwt-decode-es

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jwt-decode-es - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

2

package.json
{
"name": "jwt-decode-es",
"version": "3.0.1",
"version": "3.0.2",
"description": "Decode JWT tokens. Use with NodeJs and browsers. Supports ES, CJS, UMD modules",

@@ -5,0 +5,0 @@ "main": "build/jwt-decode.cjs.js",

@@ -10,3 +10,5 @@ **jwt-decode-es** is a small browser library that helps decoding JWTs token which are Base64Url encoded.

It provides ES, UMD, CJS modules.
In comparison with `jwt-decode`, it provides ES, UMD and CJS modules and has latest build dependencies
with fixed vulnerbilities. It uses [rollup](https://rollupjs.org/) bundler with terser plugin to minify sources.
Current version is just `1.25 Kb` for minified `.mjs` version.

@@ -13,0 +15,0 @@ ## Usage

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc