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

http-call

Package Overview
Dependencies
Maintainers
3
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 4.0.0-ts2.0 to 4.0.0

2

lib/http.d.ts

@@ -133,4 +133,4 @@ /// <reference types="node" />

body: any;
__httpcall: boolean;
__httpcall: any;
constructor(http: HTTP);
}

@@ -375,3 +375,3 @@ "use strict";

super();
this.__httpcall = true;
this.__httpcall = pjson.version;
if (typeof http.body === 'string' || typeof http.body.message === 'string')

@@ -378,0 +378,0 @@ this.message = http.body.message || http.body;

{
"name": "http-call",
"description": "make http requests",
"version": "4.0.0-ts2.0",
"version": "4.0.0",
"author": "Jeff Dickey @jdxcode",

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

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