🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@types/set-cookie-parser

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/set-cookie-parser - npm Package Compare versions

Comparing version

to
0.0.3

set-cookie-parser/LICENSE

6

set-cookie-parser/index.d.ts

@@ -11,7 +11,9 @@ // Type definitions for set-cookie-parser

function SetCookieParser(input: string | string[] | http.IncomingMessage): SetCookieParser.Cookie[];
function SetCookieParser(input: string | ReadonlyArray<string> | http.IncomingMessage): SetCookieParser.Cookie[];
namespace SetCookieParser {
function parse(input: string | string[] | http.IncomingMessage): Cookie[];
function parse(input: string | ReadonlyArray<string> | http.IncomingMessage): Cookie[];
function splitCookiesString(input: string | ReadonlyArray<string> | void): string[];
interface Cookie {

@@ -18,0 +20,0 @@ name: string;

{
"name": "@types/set-cookie-parser",
"version": "0.0.2",
"version": "0.0.3",
"description": "TypeScript definitions for set-cookie-parser",
"license": "MIT",
"author": "Nick Paddock <https://github.com/nickp10>",
"contributors": [
{
"name": "Nick Paddock",
"url": "https://github.com/nickp10",
"githubUsername": "nickp10"
}
],
"main": "",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -16,5 +22,4 @@ "scripts": {},

},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "1da1f99510de33d3d77a4ca49dc3bfaf27cdd669c479f2fe356287d047e5ee30"
"typesPublisherContentHash": "4e9bf76ac842abd6b17651b87b635ee219562a482f3df85c2faac3661519a7a5",
"typeScriptVersion": "2.0"
}

@@ -8,9 +8,7 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/set-cookie-parser
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/set-cookie-parser
Additional Details
* Last updated: Mon, 21 Nov 2016 21:03:00 GMT
* File structure: ModuleAugmentation
* Library Dependencies: node
* Module Dependencies: http
* Last updated: Tue, 28 Aug 2018 17:04:47 GMT
* Dependencies: http, node
* Global values: none

@@ -17,0 +15,0 @@