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

jwt-simple

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jwt-simple - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

4

History.md

@@ -0,1 +1,5 @@

## 0.5.4
Excludes `coverage/` in .npmignore
## 0.5.3

@@ -2,0 +6,0 @@

2

lib/jwt.js

@@ -46,3 +46,3 @@ /*

*/
jwt.version = '0.5.3';
jwt.version = '0.5.4';

@@ -49,0 +49,0 @@ /**

{
"name": "jwt-simple",
"description": "JWT(JSON Web Token) encode and decode module",
"version": "0.5.3",
"version": "0.5.4",
"author": "Kazuhito Hokamura <k.hokamura@gmail.com>",

@@ -6,0 +6,0 @@ "repository": {

@@ -1,2 +0,2 @@

# node-jwt-simple
# jwt-simple

@@ -3,0 +3,0 @@ [JWT(JSON Web Token)](http://self-issued.info/docs/draft-jones-json-web-token.html) encode and decode module for node.js.

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