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

@acceleratxr/core_sdk

Package Overview
Dependencies
Maintainers
1
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acceleratxr/core_sdk - npm Package Compare versions

Comparing version 1.34.2 to 1.35.0

dist/lib/services/AuthDiscordService.js

3

dist/lib/Configuration.js

@@ -50,2 +50,5 @@ "use strict";

}
if (!this.baseServicePaths.has(services_1.AuthDiscordService)) {
this.baseServicePaths.set(services_1.AuthDiscordService, "/auth/discord");
}
if (!this.baseServicePaths.has(services_1.AuthFacebookService)) {

@@ -52,0 +55,0 @@ this.baseServicePaths.set(services_1.AuthFacebookService, "/auth/facebook");

@@ -12,2 +12,3 @@ "use strict";

__export(require("./AuthBasicService"));
__export(require("./AuthDiscordService"));
__export(require("./AuthFacebookService"));

@@ -14,0 +15,0 @@ __export(require("./AuthGoogleService"));

@@ -7,2 +7,3 @@ export * from "./AchievementService";

export * from "./AuthBasicService";
export * from "./AuthDiscordService";
export * from "./AuthFacebookService";

@@ -9,0 +10,0 @@ export * from "./AuthGoogleService";

10

package.json
{
"name": "@acceleratxr/core_sdk",
"version": "1.34.2",
"version": "1.35.0",
"description": "",

@@ -22,5 +22,9 @@ "author": "Jean-Philippe Steinmetz <info@acceleratxr.com>",

"docs": "typedoc --plugin typedoc-plugin-markdown --out docs/reference --target esnext --mode file src",
"esbuild-base": "esbuild ./src/index.ts --bundle --outfile=dist/index.js --format=cjs --platform=node",
"preesbuild": "rimraf dist",
"esbuild": "tsc -noEmit && yarn esbuild-base -- --sourcemap",
"esbuild-watch": "yarn esbuild-base -- --sourcemap --watch",
"test": "jest --coverage",
"test:watch": "jest --coverage --watch",
"test:prod": "npm run lint && npm run test -- --no-cache",
"test:prod": "yarn lint && yarn test -- --no-cache",
"deploy-docs": "ts-node tools/gh-pages-publish",

@@ -32,3 +36,2 @@ "report-coverage": "cat ./coverage/lcov.info | coveralls",

"precommit": "lint-staged",
"travis-deploy-once": "travis-deploy-once",
"postversion": "git push && git push --tags"

@@ -100,2 +103,3 @@ },

"cz-conventional-changelog": "^2.1.0",
"esbuild": "^0.14.10",
"jest": "^24.8.0",

@@ -102,0 +106,0 @@ "jest-config": "^24.8.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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