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.1.28 to 0.2.0

1

dist/status/HttpStatus.d.ts

@@ -21,2 +21,3 @@ export declare enum HttpStatus {

PRECONDITION_FAILED = 412,
UNSUPPORTED_MEDIA_TYPE = 415,
/*** 5xx ***/

@@ -23,0 +24,0 @@ INTERNAL_SERVER_ERROR = 500,

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

HttpStatus[HttpStatus["PRECONDITION_FAILED"] = 412] = "PRECONDITION_FAILED";
HttpStatus[HttpStatus["UNSUPPORTED_MEDIA_TYPE"] = 415] = "UNSUPPORTED_MEDIA_TYPE";
/*** 5xx ***/

@@ -27,0 +28,0 @@ HttpStatus[HttpStatus["INTERNAL_SERVER_ERROR"] = 500] = "INTERNAL_SERVER_ERROR";

4

package.json
{
"dependencies": {},
"name": "@libj/http-meta",
"version": "0.1.28",
"version": "0.2.0",
"description": "Http meta kit",

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

],
"gitHead": "b0c2aefa422b03d79d900daaf1558e4933ed0730"
"gitHead": "22d4bdfa2f99803f584181fd0f2a8f583d254556"
}

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