koa-bodyparser
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -84,4 +84,6 @@ /**! | ||
if (!Array.isArray(extend)) extend = [extend]; | ||
extend.forEach(original.push.bind(original)); | ||
extend.forEach(function (extend) { | ||
original.push(extend); | ||
}); | ||
} | ||
} | ||
} |
{ | ||
"name": "koa-bodyparser", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "a body parser for koa", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git://github.com/koajs/body-parser.git" | ||
"url": "git://github.com/koajs/bodyparser.git" | ||
}, | ||
@@ -14,0 +14,0 @@ "files": [ |
@@ -1,2 +0,2 @@ | ||
koa-body-parser | ||
koa-bodyparser | ||
=============== | ||
@@ -13,9 +13,9 @@ | ||
[npm-url]: https://npmjs.org/package/koa-bodyparser | ||
[travis-image]: https://img.shields.io/travis/koajs/body-parser.svg?style=flat-square | ||
[travis-url]: https://travis-ci.org/koajs/body-parser | ||
[coveralls-image]: https://img.shields.io/coveralls/koajs/body-parser.svg?style=flat-square | ||
[coveralls-url]: https://coveralls.io/r/koajs/body-parser?branch=master | ||
[david-image]: https://img.shields.io/david/koajs/body-parser.svg?style=flat-square | ||
[david-url]: https://david-dm.org/koajs/body-parser | ||
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.11-red.svg?style=flat-square | ||
[travis-image]: https://img.shields.io/travis/koajs/bodyparser.svg?style=flat-square | ||
[travis-url]: https://travis-ci.org/koajs/bodyparser | ||
[coveralls-image]: https://img.shields.io/coveralls/koajs/bodyparser.svg?style=flat-square | ||
[coveralls-url]: https://coveralls.io/r/koajs/bodyparser?branch=master | ||
[david-image]: https://img.shields.io/david/koajs/bodyparser.svg?style=flat-square | ||
[david-url]: https://david-dm.org/koajs/bodyparser | ||
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.11-green.svg?style=flat-square | ||
[node-url]: http://nodejs.org/download/ | ||
@@ -22,0 +22,0 @@ [gittip-image]: https://img.shields.io/gittip/dead-horse.svg?style=flat-square |
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
8041
5
74