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.3 to 2.2.5

.travis.yml

4

index.js

@@ -224,3 +224,3 @@ 'use strict';

* @name sendInternalError
* @summary Alias for sendResponseServerError
* @summary Alias for sendServerError
* @param {object} res - Node HTTP response object

@@ -231,3 +231,3 @@ * @param {object} data - An object to send

sendInternalError(res, data) {
return this.sendResponseServerError(res, data);
return this.sendServerError(res, data);
}

@@ -234,0 +234,0 @@

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

@@ -14,2 +14,3 @@ "author": {

},
"license": "MIT",
"repository": {

@@ -16,0 +17,0 @@ "type": "git",

@@ -1,2 +0,2 @@

# Server Response
# Server Response [![Build Status](https://travis-ci.org/flywheelsports/fwsp-server-response.svg?branch=master)](https://travis-ci.org/flywheelsports/fwsp-server-response)
A server response module for use with Node / ExpressJS.

@@ -24,3 +24,3 @@

```shell
$ npm install @flywheelsports/server-response
$ npm -i install fwsp-server-response
```

@@ -27,0 +27,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