Socket
Socket
Sign inDemoInstall

dev-error-handler

Package Overview
Dependencies
33
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

2

index.js

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

// at Array.forEach (native)
stack = stack.filter(function(line) { return !!line.fileName; });
stack = stack.filter(function(line) { return !line.native; });

@@ -29,0 +29,0 @@ asyncEach(stack, function getContentInfo(line, cb) {

{
"name": "dev-error-handler",
"version": "0.1.2",
"version": "0.1.3",
"description": "Error-handling Express middleware that displays syntax highlighted source code.",

@@ -5,0 +5,0 @@ "main": "server.js",

Sorry, the diff of this file is not supported yet

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