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.6.2 to 1.7.0

7

CHANGELOG.md

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

## [1.7.0](https://github.com/adaltas/node-http-status/compare/v1.6.2...v1.7.0) (2023-09-04)
### Features
* 425 Too Early ([#46](https://github.com/adaltas/node-http-status/issues/46)) ([3247afe](https://github.com/adaltas/node-http-status/commit/3247afe9c5497d2b983e407b5051ae25a3f53387))
### [1.6.2](https://github.com/adaltas/node-http-status/compare/v1.6.1...v1.6.2) (2023-01-10)

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

@@ -280,2 +280,8 @@ export = httpStatus;

readonly 425: string;
readonly '425_NAME': string;
readonly '425_MESSAGE': string;
readonly '425_CLASS': string;
readonly TOO_EARLY: 425;
readonly 426: string;

@@ -282,0 +288,0 @@ readonly '426_NAME': string;

@@ -336,2 +336,8 @@ // Generated by CoffeeScript 2.7.0

FAILED_DEPENDENCY: 424,
// 425 (RFC 8470) - The server is unwilling to risk processing a request that might be replayed.
425: 'Too Early',
'425_NAME': 'TOO_EARLY',
'425_MESSAGE': 'The server is unwilling to risk processing a request that might be replayed.',
'425_CLASS': classes.CLIENT_ERROR,
FAILED_DEPENDENCY: 425,
// 426 - The client should switch to a different protocol such as TLS/1.0, given in the Upgrade header field.

@@ -338,0 +344,0 @@ 426: 'Upgrade Required',

2

package.json
{
"name": "http-status",
"version": "1.6.2",
"version": "1.7.0",
"description": "Interact with HTTP status code",

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

@@ -190,3 +190,3 @@ [![Build Status](https://secure.travis-ci.org/adaltas/node-http-status.png)](http://travis-ci.org/adaltas/node-http-status)

This package is developed by [Adaltas](http://www.adaltas.com).
This package is developed by [Adaltas](https://www.adaltas.com).

@@ -198,3 +198,5 @@ ## Developers

```
rm package-lock.json
yarn run release
git push --follow-tags origin master
```

@@ -201,0 +203,0 @@

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