@types/webappsec-credential-management
Advanced tools
Comparing version 0.5.1 to 0.6.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for non-npm package W3C (WebAppSec) Credential Management API Level 1, 0.5 | ||
// Type definitions for non-npm package W3C (WebAppSec) Credential Management API Level 1, 0.6 | ||
// Project: https://github.com/w3c/webappsec-credential-management | ||
@@ -7,3 +7,3 @@ // Definitions by: Iain McGinniss <https://github.com/iainmcgin> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.7 | ||
// TypeScript Version: 3.6 | ||
@@ -467,3 +467,3 @@ // Spec: https://www.w3.org/TR/2017/WD-credential-management-1-20170804 | ||
authenticatorSelection?: AuthenticatorSelectionCriteria; | ||
attestation?: "none" | "indirect" | "direct"; | ||
attestation?: AttestationConveyancePreference; | ||
extensions?: AuthenticationExtensionsClientInputs; | ||
@@ -470,0 +470,0 @@ } |
{ | ||
"name": "@types/webappsec-credential-management", | ||
"version": "0.5.1", | ||
"version": "0.6.0", | ||
"description": "TypeScript definitions for W3C (WebAppSec) Credential Management API Level 1,", | ||
@@ -24,3 +24,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -33,4 +33,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "7f34a03c009db70ca5df47d8834f9343ed84b3c546cc1cbfa7e28a46c3afaa84", | ||
"typeScriptVersion": "2.7" | ||
"typesPublisherContentHash": "7de3ed476b9d2519de16c47cf9b9a6e4215ec423364f2cfe48103f76bb59b622", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webappsec-credential-management | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webappsec-credential-management. | ||
Additional Details | ||
* Last updated: Wed, 17 Jul 2019 21:36:31 GMT | ||
### Additional Details | ||
* Last updated: Thu, 17 Sep 2020 16:18:23 GMT | ||
* Dependencies: none | ||
* Global values: FederatedCredential, PasswordCredential, SiteBoundCredential, fetch | ||
* Global values: `FederatedCredential`, `PasswordCredential`, `SiteBoundCredential`, `fetch` | ||
# Credits | ||
These definitions were written by Iain McGinniss <https://github.com/iainmcgin>, Joao Peixoto <https://github.com/Hartimer>, and Michael J. Currie <https://github.com/Basaingeal>. | ||
These definitions were written by [Iain McGinniss](https://github.com/iainmcgin), [Joao Peixoto](https://github.com/Hartimer), and [Michael J. Currie](https://github.com/Basaingeal). |
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
19645