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.5.0 to 0.5.1

14

webappsec-credential-management/index.d.ts

@@ -405,7 +405,14 @@ // Type definitions for non-npm package W3C (WebAppSec) Credential Management API Level 1, 0.5

/**
* @see {@link https://w3c.github.io/webauthn/#dictdef-publickeycredentialentity}
*/
interface PublicKeyCredentialEntity {
icon?: string;
name: string;
}
/**
* @see {@link https://w3c.github.io/webauthn/#dictdef-publickeycredentialrpentity}
*/
interface PublicKeyCredentialRpEntity {
interface PublicKeyCredentialRpEntity extends PublicKeyCredentialEntity {
id?: string;
name: string;
}

@@ -416,5 +423,4 @@

*/
interface PublicKeyCredentialUserEntity {
interface PublicKeyCredentialUserEntity extends PublicKeyCredentialEntity {
id: BufferSource;
name: string;
displayName: string;

@@ -421,0 +427,0 @@ }

{
"name": "@types/webappsec-credential-management",
"version": "0.5.0",
"version": "0.5.1",
"description": "TypeScript definitions for W3C (WebAppSec) Credential Management API Level 1,",

@@ -32,4 +32,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "b9dc87321205999e928e300dbd1e6464ec5b9da7fc9e37c002914ac2294a9b06",
"typesPublisherContentHash": "7f34a03c009db70ca5df47d8834f9343ed84b3c546cc1cbfa7e28a46c3afaa84",
"typeScriptVersion": "2.7"
}

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

Additional Details
* Last updated: Thu, 11 Jul 2019 21:17:01 GMT
* Last updated: Wed, 17 Jul 2019 21:36:31 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