Socket
Socket
Sign inDemoInstall

@gaia-project/engine

Package Overview
Dependencies
6
Maintainers
2
Versions
272
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.8.49 to 4.8.50

2

dist/package.json
{
"name": "@gaia-project/engine",
"version": "4.8.49",
"version": "4.8.50",
"description": "Javascript engine for project gaia",

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

@@ -93,2 +93,6 @@ "use strict";

const offer = request.maxAllowedOffer;
if (!offer) {
// Hotfix, game https://www.boardgamers.space/game/GPS3-H move 5.7 w/ xenos power 6 + build m 9A7
return false;
}
assert_1.default(offer, `could not find max offer: ${JSON.stringify([offers, pl.settings])}`);

@@ -95,0 +99,0 @@ return `${enums_1.Command.ChargePower} ${offer.offer}`;

{
"name": "@gaia-project/engine",
"version": "4.8.49",
"version": "4.8.50",
"description": "Javascript engine for project gaia",

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

@@ -104,2 +104,6 @@ import assert from "assert";

const offer = request.maxAllowedOffer;
if (!offer) {
// Hotfix, game https://www.boardgamers.space/game/GPS3-H move 5.7 w/ xenos power 6 + build m 9A7
return false;
}
assert(offer, `could not find max offer: ${JSON.stringify([offers, pl.settings])}`);

@@ -106,0 +110,0 @@ return `${Command.ChargePower} ${offer.offer}`;

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc