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.1.0 to 0.1.1

28

webappsec-credential-management/index.d.ts

@@ -112,24 +112,24 @@ // Type definitions for W3C (WebAppSec) Credential Management API Level 1, 0.1

/**
* Appends a specified key/value pair as a new search parameter.
*/
* Appends a specified key/value pair as a new search parameter.
*/
append(name: string, value: string): void;
/**
* Deletes the given search parameter, and its associated value, from the list of all search parameters.
*/
* Deletes the given search parameter, and its associated value, from the list of all search parameters.
*/
delete(name: string): void;
/**
* Returns the first value associated to the given search parameter.
*/
* Returns the first value associated to the given search parameter.
*/
get(name: string): string | null;
/**
* Returns all the values association with a given search parameter.
*/
* Returns all the values association with a given search parameter.
*/
getAll(name: string): string[];
/**
* Returns a Boolean indicating if such a search parameter exists.
*/
* Returns a Boolean indicating if such a search parameter exists.
*/
has(name: string): boolean;
/**
* Sets the value associated to a given search parameter to the given value. If there were several values, delete the others.
*/
* Sets the value associated to a given search parameter to the given value. If there were several values, delete the others.
*/
set(name: string, value: string): void;

@@ -141,4 +141,4 @@ }

/**
* Constructor returning a URLSearchParams object.
*/
* Constructor returning a URLSearchParams object.
*/
new (init?: string | URLSearchParams): URLSearchParams;

@@ -145,0 +145,0 @@ };

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

@@ -20,4 +20,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "c6f5c8ae2ad5e3ab8bb0947c2d782258c077c1be163178b3c1c70efb29d19731",
"typesPublisherContentHash": "425b14d8386df1b691a2d78dc5f5aeaaaec462c526a7a34dd425dbed2b50f6bb",
"typeScriptVersion": "2.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/webappsec-credential-management
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webappsec-credential-management
Additional Details
* Last updated: Sat, 11 Mar 2017 00:22:02 GMT
* Last updated: Fri, 31 Mar 2017 00:49:51 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: CredentialBase, FederatedCredential, Headers, PasswordCredential, ReadableStream, ReadableStreamReader, Request, Response, SiteBoundCredential, URLSearchParams, 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