Socket
Socket
Sign inDemoInstall

koa-formatter

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

2

lib/index.js

@@ -9,3 +9,3 @@ "use strict";

if (errors.length === 1) {
ctx.status = errors[0].status;
ctx.status = errors[0].status || ctx.status;
}

@@ -12,0 +12,0 @@ ctx.body['ok'] = 0;

{
"name": "koa-formatter",
"version": "0.0.2",
"version": "0.0.3",
"description": "A response body formatter for Koa",

@@ -5,0 +5,0 @@ "author": "Nicolas Jakob <nicow.jakob@gmail.com>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc