Socket
Socket
Sign inDemoInstall

@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.48.7 to 2.48.8

6

request/index.d.ts

@@ -252,5 +252,5 @@ // Type definitions for request 2.48

write(str: string, encoding?: string, cb?: (err?: Error) => void): boolean;
end(cb?: () => void): void;
end(chunk: string | Buffer, cb?: () => void): void;
end(str: string, encoding?: string, cb?: () => void): void;
end(cb?: () => void): any;
end(chunk: string | Buffer, cb?: () => void): any;
end(str: string, encoding?: string, cb?: () => void): any;

@@ -257,0 +257,0 @@ pause(): void;

{
"name": "@types/request",
"version": "2.48.7",
"version": "2.48.8",
"description": "TypeScript definitions for request",

@@ -68,4 +68,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/request",

},
"typesPublisherContentHash": "8c0ade7deaf3104d86857d4d11cd3e8d92106578234d1905878bccd9225ee6bd",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "1d1a7d3a65e28ea707b27eb4b0425fb4bdc214cf0c834f393b6b4faa6ee714d1",
"typeScriptVersion": "3.8"
}

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

### Additional Details
* Last updated: Wed, 28 Jul 2021 00:31:32 GMT
* Last updated: Sat, 01 Jan 2022 14:01:38 GMT
* Dependencies: [@types/caseless](https://npmjs.com/package/@types/caseless), [@types/form-data](https://npmjs.com/package/@types/form-data), [@types/tough-cookie](https://npmjs.com/package/@types/tough-cookie), [@types/node](https://npmjs.com/package/@types/node)

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

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