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

koa-better-error-handler

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-better-error-handler - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

2

package.json
{
"name": "koa-better-error-handler",
"description": "A better error-handler for Lad and Koa. Makes `ctx.throw` awesome (best used with koa-404-handler)",
"version": "6.0.0",
"version": "6.0.1",
"author": {

@@ -6,0 +6,0 @@ "name": "Nick Baugh",

@@ -145,3 +145,3 @@ # koa-better-error-handler

// override koa's undocumented error handler
app.context.onerror = errorHandler({ cookiesKey });
app.context.onerror = errorHandler(cookiesKey);

@@ -148,0 +148,0 @@ // use koa-404-handler

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