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

actionhero-oauth2-client

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

actionhero-oauth2-client - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

lib/index.js

@@ -61,6 +61,4 @@ var OAuth2 = require('simple-oauth2');

//redirect to oauth2 server
res.setHeader('Pragma', 'no-cache');
res.setHeader('Cache-Control', 'no-cache');
res.writeHead(307, {Location: this.getAuthorizationUrl() + credentials});
res.end();
connection.rawConnection.responseHeaders.push(['Location', this.getAuthorizationUrl() + credentials]);
connection.rawConnection.responseHttpCode = 307;
};

@@ -67,0 +65,0 @@

{
"name": "actionhero-oauth2-client",
"version": "1.0.2",
"version": "1.0.3",
"description": "ActionHero OAuth2 Client",

@@ -5,0 +5,0 @@ "keywords": ["actionhero", "oauth2", "client"],

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