Socket
Socket
Sign inDemoInstall

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 4.0.0-ts2 to 4.0.0-ts2.0

1

lib/http.d.ts
/// <reference types="node" />
import 'core-js/library';
import http = require('http');

@@ -4,0 +3,0 @@ export declare type Protocol = 'https:' | 'http:';

@@ -11,3 +11,2 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
require("core-js/library");
const util = require("util");

@@ -14,0 +13,0 @@ const uri = require("url");

2

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