Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1 to 0.6.2

3

lib/Credentials.js

@@ -179,2 +179,5 @@ 'use strict';

}
if (payload.dad) {
credentials.deviceKey = payload.dad;
}
if (payload.verified) {

@@ -181,0 +184,0 @@ return Promise.all(payload.verified.map(function (token) {

2

package.json
{
"name": "uport",
"version": "0.6.1",
"version": "0.6.2",
"description": "Library for interacting with uport profiles and attestations",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -128,2 +128,5 @@ import { createJWT, verifyJWT } from './JWT'

}
if (payload.dad) {
credentials.deviceKey = payload.dad
}
if (payload.verified) {

@@ -130,0 +133,0 @@ return Promise.all(payload.verified.map(token => verifyJWT(settings, token))).then(verified => {

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