Socket
Socket
Sign inDemoInstall

arrow-express

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arrow-express - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

4

dist/application/application.js

@@ -89,3 +89,5 @@ "use strict";

}
res.status(500).send('Internal error');
else {
res.status(500).send('Internal error');
}
}

@@ -92,0 +94,0 @@ return [3 /*break*/, 3];

@@ -48,4 +48,5 @@ import Express from 'express';

res.status(error.httpCode || 500).send(error.response || 'Internal error');
} else {
res.status(500).send('Internal error');
}
res.status(500).send('Internal error');
}

@@ -52,0 +53,0 @@ }

{
"name": "arrow-express",
"version": "0.1.6",
"version": "0.1.7",
"description": "Library to bootstrap express applications with zero configuration",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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