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

fwsp-server-response

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fwsp-server-response - npm Package Compare versions

Comparing version 2.2.5 to 2.2.6

2

index.js

@@ -278,2 +278,3 @@ 'use strict';

ServerResponse.HTTP_METHOD_NOT_ALLOWED = 405;
ServerResponse.NOT_ACCEPTABLE = 406;
ServerResponse.HTTP_CONFLICT = 409;

@@ -298,2 +299,3 @@ ServerResponse.HTTP_TOO_LARGE = 413;

'405': ['Method not allowed', 'The HTTP method used is not allowed'],
'406': ['Not Acceptable', 'The target resource does not have a current representation that would be acceptable to the user agent'],
'409': ['Conflict','Request has caused a conflict'],

@@ -300,0 +302,0 @@ '413': ['Request Entity Too Large', 'The webserver or proxy believes the request is too large'],

2

package.json
{
"name": "fwsp-server-response",
"version": "2.2.5",
"version": "2.2.6",
"description": "Server Response module for use with Node / ExpressJS",

@@ -5,0 +5,0 @@ "author": {

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