koa-static
Advanced tools
Comparing version 1.4.6 to 1.4.7
@@ -5,3 +5,3 @@ { | ||
"repository": "koajs/static", | ||
"version": "1.4.6", | ||
"version": "1.4.7", | ||
"keywords": [ | ||
@@ -18,6 +18,7 @@ "koa", | ||
"devDependencies": { | ||
"koa": "~0.6.0", | ||
"should": "~1.2.2", | ||
"mocha": "~1.12.0", | ||
"supertest": "~0.7.1" | ||
"istanbul-harmony": "0", | ||
"koa": "0", | ||
"should": "2", | ||
"mocha": "1", | ||
"supertest": "0" | ||
}, | ||
@@ -27,7 +28,9 @@ "license": "MIT", | ||
"debug": "*", | ||
"koa-send": "~1.2.3" | ||
"koa-send": "~1.3.0" | ||
}, | ||
"scripts": { | ||
"test": "make test" | ||
"test": "mocha --harmony-generators --require should --reporter spec", | ||
"test-cov": "node --harmony-generators ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should", | ||
"test-travis": "node --harmony-generators ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should" | ||
} | ||
} |
@@ -1,3 +0,11 @@ | ||
# koa-static [![Build Status](https://travis-ci.org/koajs/static.png)](https://travis-ci.org/koajs/static) | ||
# koa-static | ||
[![NPM version][npm-image]][npm-url] | ||
[![Build status][travis-image]][travis-url] | ||
[![Test coverage][coveralls-image]][coveralls-url] | ||
[![Dependency Status][david-image]][david-url] | ||
[![License][license-image]][license-url] | ||
[![Downloads][downloads-image]][downloads-url] | ||
Static file serving middleware. | ||
@@ -42,1 +50,18 @@ | ||
MIT | ||
[npm-image]: https://img.shields.io/npm/v/koa-static.svg?style=flat-square | ||
[npm-url]: https://npmjs.org/package/koa-static | ||
[github-tag]: http://img.shields.io/github/tag/koajs/static.svg?style=flat-square | ||
[github-url]: https://github.com/koajs/static/tags | ||
[travis-image]: https://img.shields.io/travis/koajs/static.svg?style=flat-square | ||
[travis-url]: https://travis-ci.org/koajs/static | ||
[coveralls-image]: https://img.shields.io/coveralls/koajs/static.svg?style=flat-square | ||
[coveralls-url]: https://coveralls.io/r/koajs/static?branch=master | ||
[david-image]: http://img.shields.io/david/koajs/static.svg?style=flat-square | ||
[david-url]: https://david-dm.org/koajs/static | ||
[license-image]: http://img.shields.io/npm/l/koa-static.svg?style=flat-square | ||
[license-url]: LICENSE | ||
[downloads-image]: http://img.shields.io/npm/dm/koa-static.svg?style=flat-square | ||
[downloads-url]: https://npmjs.org/package/koa-static | ||
[gittip-image]: https://img.shields.io/gittip/jonathanong.svg?style=flat-square | ||
[gittip-url]: https://www.gittip.com/jonathanong/ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3827
67
5
+ Addedany-promise@1.3.0(transitive)
+ Addeddebug@2.6.9(transitive)
+ Addedkoa-send@1.3.2(transitive)
+ Addedms@2.0.0(transitive)
+ Addedmz@1.3.0(transitive)
+ Addednative-or-bluebird@1.2.0(transitive)
+ Addedthenify@3.3.1(transitive)
+ Addedthenify-all@1.6.0(transitive)
- Removedee-first@1.0.3(transitive)
- Removedfinished@1.2.2(transitive)
- Removedkoa-send@1.2.4(transitive)
Updatedkoa-send@~1.3.0