New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

koa-async-validator

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-async-validator - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json

@@ -6,3 +6,3 @@ {

"contributors": [],
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/carlitux/koa-async-validator",

@@ -9,0 +9,0 @@ "license": "MIT",

@@ -33,3 +33,3 @@ # koa-async-validator

app.use(bodyParser());
app.use(expressValidator([options])); // this line must be immediately after bodyParser()!
app.use(koaValidator([options])); // this line must be immediately after bodyParser()!

@@ -36,0 +36,0 @@ router.post('/:urlparam', async (ctx, next) => {

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