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.4.0 to 0.4.1

4

History.md

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

## 0.4.1
Fix version numver #32
## 0.4.0

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

10

lib/jwt.js

@@ -46,9 +46,9 @@ /*

*/
jwt.version = '0.2.0';
jwt.version = '0.4.1';
/**
* Decode jwt
* Decode jwt
*
* @param {Object} token
* @param {String} key
* @param {String} key
* @param {Boolean} noVerify

@@ -85,3 +85,3 @@ * @param {String} algorithm

}
// verify signature. `sign` will return base64 string.

@@ -136,3 +136,3 @@ var signingInput = [headerSeg, payloadSeg].join('.');

segments.push(sign(segments.join('.'), key, signingMethod, signingType));
return segments.join('.');

@@ -139,0 +139,0 @@ };

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

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

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