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

koa-bodyparser

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-bodyparser - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

History.md

6

index.js

@@ -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

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