Socket
Socket
Sign inDemoInstall

@types/webappsec-credential-management

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/webappsec-credential-management - npm Package Compare versions

Comparing version 0.6.4 to 0.6.5

18

webappsec-credential-management/index.d.ts

@@ -212,3 +212,3 @@ // Type definitions for non-npm package W3C (WebAppSec) Credential Management API Level 1, 0.6

readonly type: 'password';
readonly type: "password";

@@ -264,3 +264,3 @@ /**

readonly type: 'federated';
readonly type: "federated";

@@ -311,3 +311,3 @@ /**

*/
mediation?: 'silent' | 'optional' | 'required' | 'conditional' | undefined;
mediation?: "silent" | "optional" | "required" | "conditional" | undefined;

@@ -400,3 +400,3 @@ /**

allowCredentials?: PublicKeyCredentialDescriptor[] | undefined;
userVerification?: 'required' | 'preferred' | 'discouraged' | undefined;
userVerification?: "required" | "preferred" | "discouraged" | undefined;
extensions?: AuthenticationExtensionsClientInputs | undefined;

@@ -432,3 +432,3 @@ }

interface PublicKeyCredentialParameters {
type: 'public-key';
type: "public-key";
alg: number;

@@ -441,3 +441,3 @@ }

interface PublicKeyCredentialDescriptor {
type: 'public-key';
type: "public-key";
id: BufferSource;

@@ -451,5 +451,5 @@ transports?: AuthenticatorTransport[];

interface AuthenticatorSelectionCriteria {
authenticatorAttachment?: 'platform' | 'cross-platform' | undefined;
authenticatorAttachment?: "platform" | "cross-platform" | undefined;
requireResidentKey?: boolean | undefined;
userVerification?: 'required' | 'preferred' | 'discouraged' | undefined;
userVerification?: "required" | "preferred" | "discouraged" | undefined;
}

@@ -501,5 +501,5 @@

interface PublicKeyCredential extends Credential {
readonly type: 'public-key';
readonly type: "public-key";
readonly rawId: ArrayBuffer;
readonly response: AuthenticatorResponse;
}
{
"name": "@types/webappsec-credential-management",
"version": "0.6.4",
"version": "0.6.5",
"description": "TypeScript definitions for W3C (WebAppSec) Credential Management API Level 1,",

@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webappsec-credential-management",

"dependencies": {},
"typesPublisherContentHash": "287504bb252f4c4ed121c8429e8fde94dec7e29f5690442a37bda9bcbc247c98",
"typesPublisherContentHash": "f25f556de68ce41ce6ae4f8ea02ac5b1429e4b355643541124ab78ab3155744b",
"typeScriptVersion": "5.1"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Sat, 11 Mar 2023 01:02:44 GMT
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `FederatedCredential`, `PasswordCredential`, `SiteBoundCredential`, `fetch`

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