Socket
Socket
Sign inDemoInstall

@xboxreplay/xboxlive-auth

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xboxreplay/xboxlive-auth - npm Package Compare versions

Comparing version 3.3.0 to 3.3.2

68

package.json
{
"name": "@xboxreplay/xboxlive-auth",
"description": "Simple Xbox Live authentication module.",
"version": "3.3.0",
"keywords": [
"xboxreplay",
"xboxlive",
"auth"
],
"license": "MIT",
"author": {
"name": "Alexis Bize",
"email": "alexis.bize@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/XboxReplay/xboxlive-auth"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "npm run clean && ./node_modules/.bin/tsc && rm -rf ./dist/__tests__",
"clean": "rm -rf ./dist",
"prepublishOnly": "npm run test && npm run build",
"test": "ts-node ./__tests__/e2e.test.js"
},
"dependencies": {
"@xboxreplay/errors": "^0.1.0",
"axios": "^0.19.2"
},
"devDependencies": {
"@types/node": "^13.11.1",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
}
"name": "@xboxreplay/xboxlive-auth",
"description": "Simple Xbox Live authentication module.",
"version": "3.3.2",
"keywords": [
"xboxreplay",
"xboxlive",
"auth"
],
"license": "MIT",
"author": {
"name": "Alexis Bize",
"email": "alexis.bize@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/XboxReplay/xboxlive-auth"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "npm run clean && ./node_modules/.bin/tsc && rm -rf ./dist/__tests__",
"clean": "rm -rf ./dist",
"prepublishOnly": "npm run test && npm run build",
"test": "ts-node ./__tests__/e2e.test.js"
},
"dependencies": {
"@xboxreplay/errors": "^0.1.0",
"axios": "^0.21.1"
},
"devDependencies": {
"@types/node": "^13.11.1",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
}
}

@@ -5,2 +5,5 @@ # Xbox Live - Auth

### Warning
This module **MUST** be used server side only to prevent [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) issues and credentials leak (See issue: https://github.com/XboxReplay/xboxlive-auth/issues/8).
### Installation

@@ -78,2 +81,2 @@ ```shell

Take a look at https://account.live.com/activity. Recent activities (from unknown location, as a production server) may be blocked.
Take a look at https://account.live.com/activity or try to sign in to https://account.xbox.com/Profile from your browser. Recent activities (from unknown location, as a production server) may be blocked.
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