Socket
Socket
Sign inDemoInstall

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 5.0.1 to 5.0.2

1

lib/http.d.ts

@@ -129,2 +129,3 @@ /// <reference types="node" />

}
export default HTTP;
export declare class HTTPError extends Error {

@@ -131,0 +132,0 @@ statusCode: number;

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

exports.HTTP = HTTP;
exports.default = HTTP;
class HTTPError extends Error {

@@ -369,0 +370,0 @@ constructor(http) {

4

package.json
{
"name": "http-call",
"description": "make http requests",
"version": "5.0.1",
"version": "5.0.2",
"author": "Jeff Dickey @jdxcode",

@@ -22,3 +22,3 @@ "bugs": "https://github.com/heroku/http-call/issues",

"@types/nock": "^9.1.1",
"@types/node": "^8.5.7",
"@types/node": "^9.3.0",
"del-cli": "^1.1.0",

@@ -25,0 +25,0 @@ "husky": "^0.14.3",

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