@simplewebauthn/server
Advanced tools
Comparing version 6.1.0 to 6.2.0
@@ -58,2 +58,3 @@ /// <reference types="node" /> | ||
newCounter: number; | ||
userVerified: boolean; | ||
credentialDeviceType: CredentialDeviceType; | ||
@@ -60,0 +61,0 @@ credentialBackedUp: boolean; |
@@ -166,2 +166,3 @@ "use strict"; | ||
credentialID: authenticator.credentialID, | ||
userVerified: flags.uv, | ||
credentialDeviceType, | ||
@@ -168,0 +169,0 @@ credentialBackedUp, |
{ | ||
"name": "@simplewebauthn/server", | ||
"version": "6.1.0", | ||
"version": "6.2.0", | ||
"description": "SimpleWebAuthn for Servers", | ||
@@ -61,3 +61,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "865a44488e6ab6cda3ab2332008cd2609e24dfed", | ||
"gitHead": "b0aa153a33c912592d82972c039f59521ff2a71e", | ||
"devDependencies": { | ||
@@ -64,0 +64,0 @@ "@types/cbor": "^5.0.1", |
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
265083
4193