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.3.7 to 0.3.8

3

webappsec-credential-management/index.d.ts
// Type definitions for W3C (WebAppSec) Credential Management API Level 1, 0.3
// Project: https://github.com/w3c/webappsec-credential-management
// Definitions by: Iain McGinniss <https://github.com/iainmcgin>
// Joao Peixoto <https://github.com/Hartimer>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -496,3 +497,3 @@ // TypeScript Version: 2.7

readonly signature: ArrayBuffer;
readonly userHandle: ArrayBuffer;
readonly userHandle: ArrayBuffer | null;
}

@@ -499,0 +500,0 @@

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

@@ -11,6 +11,11 @@ "license": "MIT",

"githubUsername": "iainmcgin"
},
{
"name": "Joao Peixoto",
"url": "https://github.com/Hartimer",
"githubUsername": "Hartimer"
}
],
"main": "",
"types": "",
"types": "index",
"repository": {

@@ -22,4 +27,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "7a8f05da73e04b5cd217c443e33760ebeffe1954659012243bbb4901886dde94",
"typesPublisherContentHash": "746c4c514058577c50b60448919c7284f419edcca34080d2014cfe8967c2ea4d",
"typeScriptVersion": "2.7"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for W3C (WebAppSec) Credential Management API Level 1, (https://github.com/w3c/webappsec-credential-management).
This package contains type definitions for W3C (WebAppSec) Credential Management API Level 1, ( https://github.com/w3c/webappsec-credential-management ).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Thu, 18 Oct 2018 16:26:12 GMT
* Last updated: Fri, 08 Feb 2019 00:24:23 GMT
* Dependencies: none

@@ -18,2 +18,2 @@ * Global values: CredentialBase, FederatedCredential, PasswordCredential, SiteBoundCredential, fetch

# Credits
These definitions were written by Iain McGinniss <https://github.com/iainmcgin>.
These definitions were written by Iain McGinniss <https://github.com/iainmcgin>, Joao Peixoto <https://github.com/Hartimer>.
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