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

atlassian-jwt

Package Overview
Dependencies
Maintainers
6
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atlassian-jwt - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

.idea/atlassian-jwt-js.iml

5

lib/jwt.js

@@ -224,2 +224,7 @@ /*

_.each(_.keys(query).sort(), function (key) {
// The __proto__ field can sometimes sneak in depending on what node version is being used.
// Get rid of it or the qsh calculation will be wrong.
if (key === '__proto__') {
return;
}
var param = query[key],

@@ -226,0 +231,0 @@ paramValue = '';

2

package.json
{
"name": "atlassian-jwt",
"description": "JWT (JSON Web Token) implementation with custom Atlassian QSH claim verification",
"version": "0.1.4",
"version": "0.1.5",
"author": "Seb Ruiz <sruiz@atlassian.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