You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@types/url-search-params

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/url-search-params - npm Package Compare versions

Comparing version

to
0.10.1

7

url-search-params/index.d.ts
// Type definitions for url-search-params 0.10
// Project: https://github.com/WebReflection/url-search-params
// Definitions by: Nick <https://github.com/nick121212>
// Neha <https://github.com/nrathi>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -10,11 +11,11 @@

delete(name: string): void;
entries(pointer: string): Iterator<string>;
entries(): Iterator<string>;
get(name: string): string;
getAll(): string[];
getAll(name: string): string[];
has(name: string): boolean;
keys(): Iterator<string>;
set(name: string, value: any): void;
values(pointer: string): Iterator<string>;
values(): Iterator<string>;
}
export = URLSearchParams;
{
"name": "@types/url-search-params",
"version": "0.10.0",
"version": "0.10.1",
"description": "TypeScript definitions for url-search-params",

@@ -9,3 +9,9 @@ "license": "MIT",

"name": "Nick",
"url": "https://github.com/nick121212"
"url": "https://github.com/nick121212",
"githubUsername": "nick121212"
},
{
"name": "Neha",
"url": "https://github.com/nrathi",
"githubUsername": "nrathi"
}

@@ -20,4 +26,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "26cff91cabb142053ed90064fb6a7e55a6ada899fbbe3591c4327ec01e6a2fa6",
"typesPublisherContentHash": "011bff4298041a2f8ba5b285401b769d98487ccfc812e4532354d9ed23fe7d0b",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Fri, 25 Aug 2017 14:31:50 GMT
* Last updated: Wed, 17 Jan 2018 22:17:28 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Nick <https://github.com/nick121212>.
These definitions were written by Nick <https://github.com/nick121212>, Neha <https://github.com/nrathi>.

Sorry, the diff of this file is not supported yet