Socket
Socket
Sign inDemoInstall

bent

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bent - npm Package Compare versions

Comparing version 1.4.2 to 1.5.0

1

index.js

@@ -128,2 +128,3 @@ const http = require('http')

} else if (typeof body === 'object') {
req.setHeader('content-type', 'application/json')
req.end(JSON.stringify(body))

@@ -130,0 +131,0 @@ } else {

2

package.json
{
"name": "bent",
"version": "1.4.2",
"version": "1.5.0",
"description": "Functional HTTP client for Node.js w/ async/await.",

@@ -5,0 +5,0 @@ "main": "index.js",

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