New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

uport

Package Overview
Dependencies
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uport - npm Package Compare versions

Comparing version 0.6.0-alpha-6 to 0.6.0

2

lib/Credentials.js

@@ -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

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