Socket
Socket
Sign inDemoInstall

@gaia-project/engine

Package Overview
Dependencies
Maintainers
2
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gaia-project/engine - npm Package Compare versions

Comparing version 4.8.23 to 4.8.24

2

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

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

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

coordinates: hex.toString(),
cost: "~",
});

@@ -818,0 +819,0 @@ }

{
"name": "@gaia-project/engine",
"version": "4.8.23",
"version": "4.8.24",
"description": "Javascript engine for project gaia",

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

@@ -1078,3 +1078,3 @@ import { difference, range, uniq } from "lodash";

const data = engine.player(player).data;
const buildings = [];
const buildings: AvailableBuilding[] = [];

@@ -1086,2 +1086,3 @@ for (const hex of data.occupied) {

coordinates: hex.toString(),
cost: "~",
});

@@ -1088,0 +1089,0 @@ }

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