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

express-status

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-status - npm Package Compare versions

Comparing version 1.0.1 to 1.0.3

.travis.yml

4

gulpfile.js

@@ -80,6 +80,8 @@ (function(){

gulp.task('test',['unit', 'mocha', 'process']);
gulp.task('conver',['unit', 'instrument', 'mocha', 'gather', 'format', 'report','enforce' ,'process']);
gulp.task('cover',['unit', 'instrument', 'mocha', 'gather', 'format', 'report','enforce' ,'process']);
gulp.task('doc',['src', 'docjs2md', 'process']);
/**************************************/
gulp.task('default',['cover'])
}())
{
"name": "express-status",
"version": "1.0.1",
"version": "1.0.3",
"description": "status code response helper",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -5,2 +5,4 @@ # express-status

[![Build Status](https://travis-ci.org/RiptideCloud/express-status.svg)](https://travis-ci.org/RiptideCloud/express-status)
## Purpose

@@ -11,3 +13,3 @@ The purpose of this library is to remove magic numbers from your code and define the status codes in one place.

```bash
npm install express-status
```

@@ -21,3 +23,3 @@

test only
unit test only
```bash

@@ -24,0 +26,0 @@ gulp test

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