@0xpass/passport
Advanced tools
Comparing version 0.1.11 to 0.1.12
# @0xpass/passport | ||
## 0.1.12 | ||
### Patch Changes | ||
- f679428: Return encrypted_user | ||
## 0.1.11 | ||
@@ -4,0 +10,0 @@ |
@@ -395,2 +395,3 @@ import axios from 'axios'; | ||
return { | ||
encrypted_user, | ||
challenge_id, | ||
@@ -397,0 +398,0 @@ cco_json, |
{ | ||
"name": "@0xpass/passport", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -255,2 +255,3 @@ import axios from "axios"; | ||
return { | ||
encrypted_user, | ||
challenge_id, | ||
@@ -257,0 +258,0 @@ cco_json, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
63587
1453