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

express-battlenet-oauth

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-battlenet-oauth - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

lib/routes.js

@@ -36,4 +36,4 @@ var qs = require('querystring');

try {
scope = req.query.state.split(':').length ? state.split(':')[0] : req.app.get('BNET_SCOPE');
region = req.query.state.split(':').length ? state.split(':')[1] : req.app.get('BNET_REGION');
scope = req.query.state.split(':').length ? req.query.state.split(':')[0] : req.app.get('BNET_SCOPE');
region = req.query.state.split(':').length ? req.query.state.split(':')[1] : req.app.get('BNET_REGION');

@@ -40,0 +40,0 @@ } catch(e){

{
"name": "express-battlenet-oauth",
"version": "0.0.3",
"version": "0.0.4",
"description": "OAuth Authentication for Battle.net (World of Warcraft, Starcraft 2 profiles) for ExpressJS",

@@ -5,0 +5,0 @@ "main": "index.js",

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