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 1.2.1 to 1.2.2

1

lib/http.js

@@ -257,2 +257,3 @@ 'use strict';

super(`HTTP Error ${http.response.statusCode} for ${http.method} ${http.url}\n${message}`);
this.__httpcall = true;
this.statusCode = http.response.statusCode;

@@ -259,0 +260,0 @@ this.http = http;

2

package.json
{
"name": "http-call",
"description": "make http requests",
"version": "1.2.1",
"version": "1.2.2",
"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