Comparing version 0.6.0-alpha-6 to 0.6.0
@@ -186,3 +186,3 @@ 'use strict'; | ||
if (_this.settings.address) { | ||
if (_this.settings.signer) { | ||
if (payload.req) { | ||
@@ -189,0 +189,0 @@ return (0, _JWT.verifyJWT)(_this.settings, payload.req).then(function (challenge) { |
{ | ||
"name": "uport", | ||
"version": "0.6.0-alpha-6", | ||
"version": "0.6.0", | ||
"description": "Library for interacting with uport profiles and attestations", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -130,3 +130,3 @@ import { createJWT, verifyJWT } from './JWT' | ||
if(this.settings.address) { | ||
if(this.settings.signer) { | ||
if(payload.req) { | ||
@@ -133,0 +133,0 @@ return verifyJWT(this.settings, payload.req).then((challenge) => { |
Sorry, the diff of this file is too big to display
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
1265265
3