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

koa-body-parser

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-body-parser - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

index.js

@@ -25,3 +25,3 @@

try {
this.request.body = yield parse(this.request, opts);
this.request.body = yield parse(this, opts);
} catch (err) {

@@ -28,0 +28,0 @@ if (err.status !== 415 || !empty)

{
"name": "koa-body-parser",
"version": "1.1.1",
"version": "1.1.2",
"description": "Parse request body into ctx.request.body",

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

"dependencies": {
"co-body": "~1.0.0"
"co-body": "^2.0.0"
},

@@ -19,0 +19,0 @@ "devDependencies": {

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