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.1.2 to 0.2.0

26

webappsec-credential-management/index.d.ts

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

4

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

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