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

@api-ts/express-wrapper

Package Overview
Dependencies
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@api-ts/express-wrapper - npm Package Compare versions

Comparing version 1.0.19 to 1.0.20

5

dist/src/request.js

@@ -62,3 +62,6 @@ "use strict";

catch (err) {
res.status(500).end();
if (!res.statusCode) {
res.status(500);
}
res.end();
next();

@@ -65,0 +68,0 @@ return;

4

package.json
{
"name": "@api-ts/express-wrapper",
"version": "1.0.19",
"version": "1.0.20",
"description": "Implement an HTTP specification with Express",

@@ -29,3 +29,3 @@ "author": "Eric Crosson <ericcrosson@bitgo.com>",

"@types/express": "4.17.17",
"c8": "8.0.0",
"c8": "8.0.1",
"typescript": "4.7.4",

@@ -32,0 +32,0 @@ "tsx": "3.12.7"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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