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

ee-soa-transport-rest

Package Overview
Dependencies
Maintainers
3
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ee-soa-transport-rest - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

3

lib/factory/HTTPResponseFactory.js

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

}
// prevent google from stripping out our custom headers
httpResponse.setHeader('Cache-Control', 'no-transform');
var httpStatus = this._prepareStatus(status);

@@ -62,0 +65,0 @@ httpResponse.render(httpStatus, language, response.headers, data, function(err){});

2

package.json
{
"name" : "ee-soa-transport-rest"
, "description" : "Rest specific transport implementation."
, "version" : "0.2.4"
, "version" : "0.2.5"
, "homepage" : "https://github.com/eventEmitter/ee-soa-transport-rest"

@@ -6,0 +6,0 @@ , "author" : "Michael Rüfenacht <ruefe@rcky.ch> (http://rcky.ch/)"

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