Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3 to 2.0.0

4

lib/index.js

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

//redirect to oauth2 server
connection.rawConnection.responseHeaders.push(['Location', this.getAuthorizationUrl() + credentials]);
connection.rawConnection.responseHttpCode = 307;
res.writeHead(303, {Location: this.getAuthorizationUrl() + credentials});
res.end();
};

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

{
"name": "actionhero-oauth2-client",
"version": "1.0.3",
"version": "2.0.0",
"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