@types/webappsec-credential-management
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for W3C (WebAppSec) Credential Management API Level 1, 0.1 | ||
// Type definitions for W3C (WebAppSec) Credential Management API Level 1, 0.2 | ||
// Project: https://github.com/w3c/webappsec-credential-management | ||
@@ -30,24 +30,6 @@ // Definitions by: Iain McGinniss <https://github.com/iainmcgin> | ||
/** | ||
* Original definition from TS 2.2 dom. | ||
* Variant of TS 2.2 {@link RequestInit} that permits a | ||
* {@link PasswordCredential} to be used in the {@code credentials} property. | ||
* All other properties are identical to {@link RequestInit}. | ||
*/ | ||
interface RequestInit { | ||
method?: string; | ||
headers?: any; | ||
body?: any; | ||
referrer?: string; | ||
referrerPolicy?: string; | ||
mode?: string; | ||
credentials?: string; | ||
cache?: string; | ||
redirect?: string; | ||
integrity?: string; | ||
keepalive?: boolean; | ||
window?: any; | ||
} | ||
/** | ||
* Variant of {@link RequestInit} that permits a {@link PasswordCredential} to | ||
* be used in the {@code credentials} property. All other properties are | ||
* identical to {@link RequestInit}. | ||
*/ | ||
interface CMRequestInit { | ||
@@ -54,0 +36,0 @@ method?: string; |
{ | ||
"name": "@types/webappsec-credential-management", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "TypeScript definitions for W3C (WebAppSec) Credential Management API Level 1,", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "f54fcecbeefe45e46c9318ebeeded10c98e3de928ab74dbb8f9e0185314d8672", | ||
"typesPublisherContentHash": "1dc6edc57e95610d18c9444a5cb01f60e77c28c37fe6870515ff358e81b79c54", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 19 Apr 2017 21:19:05 GMT | ||
* Last updated: Mon, 01 May 2017 20:59:40 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: CredentialBase, FederatedCredential, PasswordCredential, SiteBoundCredential, fetch |
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
12547
253