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.0.0 to 1.0.1

2

index.js

@@ -59,4 +59,4 @@ /**!

copy(opts).to(formOpts);
formOpts.limit = opts.urlencodedLimit;
formOpts.limit = opts.formLimit;
return formOpts;
}
{
"name": "koa-bodyparser",
"version": "1.0.0",
"version": "1.0.1",
"description": "a body parser for koa",

@@ -11,3 +11,3 @@ "main": "index.js",

"type": "git",
"url": "git://github.com/dead-horse/koa-body-parser.git"
"url": "git://github.com/koajs/body-parser.git"
},

@@ -27,5 +27,5 @@ "files": [

"bugs": {
"url": "https://github.com/dead-horse/koa-body-parser/issues"
"url": "https://github.com/koajs/body-parser/issues"
},
"homepage": "https://github.com/dead-horse/koa-body-parser",
"homepage": "https://github.com/koajs/body-parser",
"devDependencies": {

@@ -32,0 +32,0 @@ "koa": "~0.5.0",

@@ -1,2 +0,2 @@

koa-body-parser [![Build Status](https://secure.travis-ci.org/dead-horse/koa-body-parser.png)](http://travis-ci.org/dead-horse/koa-body-parser)
koa-body-parser [![Build Status](https://secure.travis-ci.org/koajs/body-parser.png)](http://travis-ci.org/koajs/body-parser)
===============

@@ -3,0 +3,0 @@

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