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

gsg-typeix

Package Overview
Dependencies
Maintainers
5
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gsg-typeix - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

8

build/server/request-resolver.js

@@ -315,2 +315,5 @@ "use strict";

response = yield this.processError(response, false);
this.response.writeHead(this.statusCode, headers);
this.response.write(response);
this.response.end();
break;

@@ -383,3 +386,6 @@ case RenderType.REDIRECT:

.render(data, RenderType.CUSTOM_ERROR_HANDLER)
.catch(() => this.render(data, RenderType.DEFAULT_ERROR_HANDLER));
.catch((error) => {
this.logger.error("HttpRequestResolver.handleError: CUSTOM_ERROR_HANDLER", error);
this.render(data, RenderType.DEFAULT_ERROR_HANDLER);
});
}

@@ -386,0 +392,0 @@ };

@@ -0,1 +1,4 @@

## 3.0.4
- Bug fix with HTTP error handling
## 3.0.1-rc.0

@@ -2,0 +5,0 @@ - Fixed issue with HTTP error handling

2

package.json
{
"name": "gsg-typeix",
"version": "3.0.3",
"version": "3.0.4",
"dependencies": {

@@ -5,0 +5,0 @@ "aws-lambda": "^0.1.2",

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