Socket
Socket
Sign inDemoInstall

@types/needle

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/needle - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

10

needle/index.d.ts

@@ -45,3 +45,3 @@ // Type definitions for needle 2.0

*/
timeout?: number;
timeout?: RequestOptions['open_timeout'];

@@ -60,3 +60,3 @@ /**

*/
follow?: number;
follow?: RequestOptions['follow_max'];

@@ -160,3 +160,3 @@ /**

*/
decode?: boolean;
decode?: ResponseOptions['decode_response'];

@@ -169,7 +169,7 @@ /**

*/
parse_response?: boolean;
parse_response?: boolean | 'json' | 'xml';
/**
* Alias for parse_response
*/
parse?: boolean;
parse?: ResponseOptions['parse_response'];

@@ -176,0 +176,0 @@ /**

{
"name": "@types/needle",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript definitions for needle",

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

},
"typesPublisherContentHash": "43e510e112182ba21759902c7ca2473da357dd06b5d54f91ad1bc9906b80070d",
"typesPublisherContentHash": "b35ea0bcf9cae2742c2e1261a5e098cc48f0978c47c5d08460d5a509483581e1",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Thu, 07 Sep 2017 22:03:13 GMT
* Last updated: Wed, 20 Sep 2017 22:08:06 GMT
* Dependencies: http, buffer, https, 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