Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/request

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/request - npm Package Compare versions

Comparing version 2.0.11 to 2.0.12

5

request/index.d.ts

@@ -63,4 +63,3 @@ // Type definitions for request 2.0

initParams(uri: string, options?: TOptions, callback?: RequestCallback): RequiredUriUrl & TOptions;
initParams(uri: string, callback?: RequestCallback): RequiredUriUrl & TOptions;
initParams(options: RequiredUriUrl & TOptions, callback?: RequestCallback): RequiredUriUrl & TOptions;
initParams(uriOrOpts: string | RequiredUriUrl & TOptions, callback?: RequestCallback): RequiredUriUrl & TOptions;

@@ -253,3 +252,3 @@ forever(agentOptions: any, optionsArg: any): TRequest;

aws(opts: AWSOptions, now?: boolean): Request;
auth(username: string, password: string, sendInmediately?: boolean, bearer?: string): Request;
auth(username: string, password: string, sendImmediately?: boolean, bearer?: string): Request;
oauth(oauth: OAuthOptions): Request;

@@ -256,0 +255,0 @@ jar(jar: CookieJar): Request;

4

request/package.json
{
"name": "@types/request",
"version": "2.0.11",
"version": "2.0.12",
"description": "TypeScript definitions for request",

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

},
"typesPublisherContentHash": "82fd5969560153f9df1dacb15431396ec472df71c450ca57f4f2fd89c00505c0",
"typesPublisherContentHash": "7e4f7a5cf8398ef17b405c1a5ff9c56c35b25fbff1d5b53e3f0018473e7f84e1",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Sun, 14 Jan 2018 15:52:18 GMT
* Last updated: Wed, 17 Jan 2018 15:32:02 GMT
* Dependencies: stream, http, https, fs, form-data, tough-cookie, url, node

@@ -14,0 +14,0 @@ * Global values: none

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