atlassian-jwt
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -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 = ''; |
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93286
17
851
1