Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/webappsec-credential-management

Package Overview
Dependencies
Maintainers
1
Versions
32
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.4 to 0.3.5

11

webappsec-credential-management/index.d.ts

@@ -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 @@

6

webappsec-credential-management/package.json
{
"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

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