@types/webappsec-credential-management
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -5,3 +5,3 @@ // Type definitions for W3C (WebAppSec) Credential Management API Level 1, 0.3 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.2 | ||
// TypeScript Version: 2.7 | ||
@@ -321,2 +321,7 @@ // Spec: https://www.w3.org/TR/2017/WD-credential-management-1-20170804 | ||
publicKey?: PublicKeyCredentialRequestOptions; | ||
/** | ||
* This property lets the developer abort an ongoing get() operation. | ||
*/ | ||
signal?: AbortSignal; | ||
} | ||
@@ -350,2 +355,6 @@ | ||
publicKey?: PublicKeyCredentialCreationOptions; | ||
/** | ||
* @see {@link https://w3c.github.io/webappsec-credential-management/#dom-credentialrequestoptions-signal} | ||
*/ | ||
signal?: AbortSignal; | ||
} | ||
@@ -352,0 +361,0 @@ |
{ | ||
"name": "@types/webappsec-credential-management", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "TypeScript definitions for W3C (WebAppSec) Credential Management API Level 1,", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "0b524b7af7e8c8dfdb55a5bec7c5e57198e7e9ab7feaeae5ea59a4981a81a7be", | ||
"typeScriptVersion": "2.2" | ||
"typesPublisherContentHash": "ad7fe2b0b5fb38d6991c40bfccfe269769de4041f9a8e256a58c4fc9f7b71bc4", | ||
"typeScriptVersion": "2.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 08 Aug 2018 00:41:34 GMT | ||
* Last updated: Thu, 16 Aug 2018 23:20:57 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: CredentialBase, FederatedCredential, PasswordCredential, SiteBoundCredential, fetch |
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
19229
443