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

@libj/http-meta

Package Overview
Dependencies
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libj/http-meta - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

3

dist/index.d.ts
import { HttpStatus } from './status/HttpStatus';
import { httpStatusText } from './status/httpStatusText';
import { HttpMethod } from './HttpMethod';

@@ -7,5 +8,5 @@ import { HttpResponseInterface } from './response/HttpResponseInterface';

import { HttpError, BadRequestHttpError, UnauthorizedHttpError, ForbiddenHttpError, NotFoundHttpError, MethodNotAllowedHttpError, NotAcceptableHttpError, ConflictHttpError, PreconditionFailedHttpError, InternalServerHttpError, NotImplementedHttpError, BadGatewayHttpError, ServiceUnavailableHttpError, GatewayTimeoutHttpError } from './error';
export { HttpStatus };
export { HttpStatus, httpStatusText };
export { HttpMethod };
export { HttpError, BadRequestHttpError, UnauthorizedHttpError, ForbiddenHttpError, NotFoundHttpError, MethodNotAllowedHttpError, NotAcceptableHttpError, ConflictHttpError, PreconditionFailedHttpError, InternalServerHttpError, NotImplementedHttpError, BadGatewayHttpError, ServiceUnavailableHttpError, GatewayTimeoutHttpError, };
export { HttpResponseInterface, SuccessHttpResponse, HttpResponseBody, HttpResponseHeaders, };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SuccessHttpResponse = exports.GatewayTimeoutHttpError = exports.ServiceUnavailableHttpError = exports.BadGatewayHttpError = exports.NotImplementedHttpError = exports.InternalServerHttpError = exports.PreconditionFailedHttpError = exports.ConflictHttpError = exports.NotAcceptableHttpError = exports.MethodNotAllowedHttpError = exports.NotFoundHttpError = exports.ForbiddenHttpError = exports.UnauthorizedHttpError = exports.BadRequestHttpError = exports.HttpError = exports.HttpMethod = exports.HttpStatus = void 0;
exports.SuccessHttpResponse = exports.GatewayTimeoutHttpError = exports.ServiceUnavailableHttpError = exports.BadGatewayHttpError = exports.NotImplementedHttpError = exports.InternalServerHttpError = exports.PreconditionFailedHttpError = exports.ConflictHttpError = exports.NotAcceptableHttpError = exports.MethodNotAllowedHttpError = exports.NotFoundHttpError = exports.ForbiddenHttpError = exports.UnauthorizedHttpError = exports.BadRequestHttpError = exports.HttpError = exports.HttpMethod = exports.httpStatusText = exports.HttpStatus = void 0;
var HttpStatus_1 = require("./status/HttpStatus");
Object.defineProperty(exports, "HttpStatus", { enumerable: true, get: function () { return HttpStatus_1.HttpStatus; } });
var httpStatusText_1 = require("./status/httpStatusText");
Object.defineProperty(exports, "httpStatusText", { enumerable: true, get: function () { return httpStatusText_1.httpStatusText; } });
var HttpMethod_1 = require("./HttpMethod");

@@ -7,0 +9,0 @@ Object.defineProperty(exports, "HttpMethod", { enumerable: true, get: function () { return HttpMethod_1.HttpMethod; } });

{
"dependencies": {},
"name": "@libj/http-meta",
"version": "0.0.11",
"version": "0.0.12",
"description": "Http meta kit",

@@ -24,3 +24,3 @@ "author": "Sergey Poskachey <seregynp@gmail.com>",

],
"gitHead": "df05f8579067a0a98591ed8c9cd40107d9c346a1"
"gitHead": "446b1420d5bd7e306268831cffb68e5c27c94abf"
}

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