@types/webappsec-credential-management
Advanced tools
Comparing version 0.3.9 to 0.3.10
@@ -45,3 +45,3 @@ // Type definitions for non-npm package W3C (WebAppSec) Credential Management API Level 1, 0.3 | ||
mode?: string; | ||
credentials?: PasswordCredential|string; | ||
credentials?: PasswordCredential|FederatedCredential|string; | ||
cache?: string; | ||
@@ -48,0 +48,0 @@ redirect?: string; |
{ | ||
"name": "@types/webappsec-credential-management", | ||
"version": "0.3.9", | ||
"version": "0.3.10", | ||
"description": "TypeScript definitions for W3C (WebAppSec) Credential Management API Level 1,", | ||
@@ -22,8 +22,9 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/webappsec-credential-management" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "ed05771124105ae65bbcad155af5fd47dc34fbb87b092a3df011a237b0721fc6", | ||
"typesPublisherContentHash": "e3e276792d393ae786c85e8e941c5ca4ea5456eb2fe14b0bbf5b9c0a029e7b79", | ||
"typeScriptVersion": "2.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 14 Feb 2019 18:47:32 GMT | ||
* Last updated: Wed, 06 Mar 2019 19:47:04 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
19637