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

@types/hapi__wreck

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/hapi__wreck - npm Package Compare versions

Comparing version

to
15.0.1

3

hapi__wreck/index.d.ts

@@ -6,2 +6,3 @@ // Type definitions for @hapi/wreck 15.0

// Silas Rech <https://github.com/lenovouser>
// Geoff Goodman <https://github.com/ggoodman>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -32,3 +33,3 @@ // TypeScript Version: 2.4

downstreamRes?: any;
agent?: WreckObject["agents"] | false;
agent?: http.Agent | false;
secureProtocol?: string;

@@ -35,0 +36,0 @@ ciphers?: string;

{
"name": "@types/hapi__wreck",
"version": "15.0.0",
"version": "15.0.1",
"description": "TypeScript definitions for @hapi/wreck",

@@ -21,2 +21,7 @@ "license": "MIT",

"githubUsername": "lenovouser"
},
{
"name": "Geoff Goodman",
"url": "https://github.com/ggoodman",
"githubUsername": "ggoodman"
}

@@ -36,4 +41,4 @@ ],

},
"typesPublisherContentHash": "984d8cd1ee1badd85568e54cd7defb3a76feadeedab478a4e640ff94f10d2a37",
"typesPublisherContentHash": "61c72fe65071a73abf42c4eca99bc169ad42b6459c4591a2bb844567ec782879",
"typeScriptVersion": "2.4"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for @hapi/wreck ( https://github.com/hapijs/wreck ).
This package contains type definitions for @hapi/wreck (https://github.com/hapijs/wreck).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Fri, 12 Apr 2019 00:14:24 GMT
* Last updated: Thu, 20 Jun 2019 00:27:39 GMT
* Dependencies: @types/hapi__boom, @types/node

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

# Credits
These definitions were written by Marcin Porębski <https://github.com/marcinporebski>, Rodrigo Saboya <https://github.com/saboya>, Silas Rech <https://github.com/lenovouser>.
These definitions were written by Marcin Porębski <https://github.com/marcinporebski>, Rodrigo Saboya <https://github.com/saboya>, Silas Rech <https://github.com/lenovouser>, and Geoff Goodman <https://github.com/ggoodman>.