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.0.1 to 1.0.2

2

index.js

@@ -14,3 +14,3 @@ /// <reference path="typings/node/node.d.ts" />

HTTPException_1.NotAcceptable = require('./lib/types/notacceptable');
HTTPException_1.NotFound = require('./lib/types/notFound');
HTTPException_1.NotFound = require('./lib/types/notfound');
HTTPException_1.NotImplemented = require('./lib/types/notimplemented');

@@ -17,0 +17,0 @@ HTTPException_1.PaymentRequired = require('./lib/types/paymentrequired');

@@ -26,3 +26,3 @@ /// <reference path="typings/node/node.d.ts" />

export var NotAcceptable = require('./lib/types/notacceptable');
export var NotFound = require('./lib/types/notFound');
export var NotFound = require('./lib/types/notfound');
export var NotImplemented = require('./lib/types/notimplemented');

@@ -29,0 +29,0 @@ export var PaymentRequired = require('./lib/types/paymentrequired');

{
"name": "httpexceptions",
"version": "1.0.1",
"version": "1.0.2",
"description": "Provide exception for HTTP Rest API",

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

@@ -60,3 +60,2 @@ # HTTPExceptions [![Build Status](https://travis-ci.org/Romakita/httpexceptions.svg?branch=master)](https://travis-ci.org/Romakita/httpexceptions)

Use `npm test`.

@@ -63,0 +62,0 @@

Sorry, the diff of this file is not supported yet

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