Socket
Socket
Sign inDemoInstall

send

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

send - npm Package Compare versions

Comparing version 0.14.1 to 0.14.2

10

HISTORY.md

@@ -0,1 +1,11 @@

0.14.2 / 2017-01-23
===================
* deps: http-errors@~1.5.1
- deps: inherits@2.0.3
- deps: setprototypeof@1.0.2
- deps: statuses@'>= 1.3.1 < 2'
* deps: ms@0.7.2
* deps: statuses@~1.3.1
0.14.1 / 2016-06-09

@@ -2,0 +12,0 @@ ===================

14

package.json
{
"name": "send",
"description": "Better streaming static file server with Range and conditional-GET support",
"version": "0.14.1",
"version": "0.14.2",
"author": "TJ Holowaychuk <tj@vision-media.ca>",

@@ -24,11 +24,11 @@ "contributors": [

"fresh": "0.3.0",
"http-errors": "~1.5.0",
"http-errors": "~1.5.1",
"mime": "1.3.4",
"ms": "0.7.1",
"ms": "0.7.2",
"on-finished": "~2.3.0",
"range-parser": "~1.2.0",
"statuses": "~1.3.0"
"statuses": "~1.3.1"
},
"devDependencies": {
"after": "0.8.1",
"after": "0.8.2",
"eslint": "2.11.1",

@@ -38,3 +38,3 @@ "eslint-config-standard": "5.3.1",

"eslint-plugin-standard": "1.3.2",
"istanbul": "0.4.3",
"istanbul": "0.4.5",
"mocha": "2.5.3",

@@ -53,3 +53,3 @@ "supertest": "1.1.0"

"scripts": {
"lint": "eslint **/*.js",
"lint": "eslint .",
"test": "mocha --check-leaks --reporter spec --bail",

@@ -56,0 +56,0 @@ "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec",

@@ -19,2 +19,6 @@ # send

This is a [Node.js](https://nodejs.org/en/) module available through the
[npm registry](https://www.npmjs.com/). Installation is done using the
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
```bash

@@ -21,0 +25,0 @@ $ npm install send

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