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

http-status

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-status - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [1.5.2](https://github.com/adaltas/node-http-status/compare/v1.5.1...v1.5.2) (2022-05-06)
### Bug Fixes
* types on 502 status ([1f0b681](https://github.com/adaltas/node-http-status/commit/1f0b681e021d3f77e1594dd1329a178f6905ebe7))
### [1.5.1](https://github.com/adaltas/node-http-status/compare/v1.5.0...v1.5.1) (2022-04-14)

@@ -7,0 +14,0 @@

6

lib/index.d.ts

@@ -317,5 +317,5 @@ export = httpStatus;

readonly '502': string;
readonly '_NAME': string;
readonly '_MESSAGE': string;
readonly '_CLASS': string;
readonly '502_NAME': string;
readonly '502_MESSAGE': string;
readonly '502_CLASS': string;
readonly 'BAD_GATEWAY': number;

@@ -322,0 +322,0 @@

{
"name": "http-status",
"version": "1.5.1",
"version": "1.5.2",
"description": "Interact with HTTP status code",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/adaltas/node-http-status",

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