Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@simplewebauthn/server

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@simplewebauthn/server - npm Package Compare versions

Comparing version 6.1.0 to 6.2.0

1

dist/authentication/verifyAuthenticationResponse.d.ts

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

4

package.json
{
"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

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