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

httpexceptions

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

httpexceptions - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

1

index.js

@@ -0,1 +1,2 @@

"use strict";
var exception_1 = require("./lib/exception");

@@ -2,0 +3,0 @@ var badgateway_1 = require("./lib/badgateway");

2

lib/exception.ts

@@ -23,3 +23,3 @@ export declare class Error {

//noinspection JSUnresolvedFunction
Error.captureStackTrace(this, arguments['callee']);
Error.captureStackTrace(this, (<any>this).contructor);
}

@@ -26,0 +26,0 @@

{
"name": "httpexceptions",
"version": "1.2.2",
"version": "1.2.3",
"description": "Provide exception for HTTP Rest API",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,6 +0,5 @@

# HTTPExceptions
# httpexceptions
[![Build Status](https://travis-ci.org/Romakita/httpexceptions.svg?branch=master)](https://travis-ci.org/Romakita/httpexceptions)
[![Coverage Status](https://coveralls.io/repos/github/Romakita/httpexceptions/badge.svg?branch=master)](https://coveralls.io/github/Romakita/httpexceptions?branch=master)
> Provide Exceptions for REST API based on Express.js.

@@ -7,0 +6,0 @@

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