Socket
Socket
Sign inDemoInstall

callarest

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

callarest - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

4

index.js

@@ -8,4 +8,4 @@ const http = require('http')

const headers = options.headers || {}
if (options.body) {
headers['Content-Length'] = Buffer.byteLength(options.body)
if (options.data) {
headers['Content-Length'] = Buffer.byteLength(options.data)
}

@@ -12,0 +12,0 @@

{
"name": "callarest",
"version": "1.0.2",
"keywords": ["rest", "ajax", "http", "https", "request"],
"version": "1.1.0",
"keywords": [
"rest",
"ajax",
"http",
"https",
"request"
],
"description": "An http request library for node",

@@ -6,0 +12,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