Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

http-call

Package Overview
Dependencies
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-call - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

lib/http.js

@@ -157,3 +157,3 @@ 'use strict';

static async stream(url, options = {}) {
options.method = 'GET';
options.method = options.method || 'GET';
options.raw = true;

@@ -160,0 +160,0 @@ let http = await this.request(url, options);

{
"name": "http-call",
"description": "make http requests",
"version": "2.1.0",
"version": "2.1.1",
"author": "Jeff Dickey @dickeyxxx",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/dickeyxxx/http-call/issues",

Sorry, the diff of this file is not supported yet

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