Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bundlecamper-xbox-live-module

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bundlecamper-xbox-live-module - npm Package Compare versions

Comparing version 0.0.10-alpha to 0.0.11-alpha

2

package.json
{
"name": "bundlecamper-xbox-live-module",
"homepage": "https://github.com/khrome/xbox-live",
"version": "0.0.10-alpha",
"version": "0.0.11-alpha",
"main": "xbox-live.js",

@@ -6,0 +6,0 @@ "description": "A utility for fetching xbox live gamer data",

@@ -5,3 +5,3 @@ var array = require('async-arrays');

function XBoxLive(){
var baseUrl = "http://"+(process.env.XBOX_LIVE_MAGIC_COOKIE ? process.env.XBOX_LIVE_MAGIC_COOKIE + "@" : "") +"xbox-live.herokuapp.com/%.php?gamertag=";
var baseUrl = "http://"+(process.env.XBOX_LIVE_MAGIC_COOKIE ? process.env.XBOX_LIVE_MAGIC_COOKIE + "@" : "") +"xbox-live.api.bundlecamp.com/%.php?gamertag=";
this.source = 'xboxleaders';

@@ -8,0 +8,0 @@ this.sources = {

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