Socket
Socket
Sign inDemoInstall

request

Package Overview
Dependencies
0
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.4 to 2.0.5

2

main.js

@@ -172,3 +172,3 @@ // Copyright 2010-2011 Mikeal Rogers

if (typeof options.json === 'boolean') {
options.body = JSON.stringify(options.body)
if (typeof options.body === 'object') options.body = JSON.stringify(options.body)
} else {

@@ -175,0 +175,0 @@ options.body = JSON.stringify(options.json)

{ "name" : "request"
, "description" : "Simplified HTTP request client."
, "tags" : ["http", "simple", "util", "utility"]
, "version" : "2.0.4"
, "version" : "2.0.5"
, "author" : "Mikeal Rogers <mikeal.rogers@gmail.com>"

@@ -6,0 +6,0 @@ , "repository" :

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc