httpexceptions
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
var exception_1 = require("./lib/exception"); | ||
@@ -2,0 +3,0 @@ var badgateway_1 = require("./lib/badgateway"); |
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21755
448
0
102