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

koa-body

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-body - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0

12

package.json
{
"name": "koa-body",
"version": "2.3.0",
"version": "2.4.0",
"description": "A koa body parser middleware. Support multipart, urlencoded and json request bodies.",
"main": "index.js",
"types": "./index.d.ts",
"scripts": {

@@ -41,6 +42,8 @@ "test": "node_modules/.bin/mocha",

"dependencies": {
"co-body": "*",
"formidable": "1.1.1"
"co-body": "^5.1.1",
"formidable": "^1.1.1"
},
"devDependencies": {
"@types/koa": "^2.0.39",
"koa": "^2.0.0",
"koa-router": "^7.0.1",

@@ -51,4 +54,3 @@ "lodash": "^3.3.1",

"should": "*",
"supertest": "2.0.0",
"koa": "^2.0.0"
"supertest": "2.0.0"
},

@@ -55,0 +57,0 @@ "contributors": [

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