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

quoridor

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quoridor - npm Package Compare versions

Comparing version 1.7.3 to 1.7.4

2

lib/utils.js

@@ -764,3 +764,3 @@ "use strict";

? consts_1.verticalPiecePositions.slice(playerPosition.y)
: consts_1.verticalPiecePositions.slice(0, -playerPosition.y);
: __spreadArray([], consts_1.verticalPiecePositions).reverse().slice(10 - playerPosition.y);
return shortestPathVerticalCoordinates.map(function (y) { return ({

@@ -767,0 +767,0 @@ x: playerPosition.x,

{
"name": "quoridor",
"version": "1.7.3",
"version": "1.7.4",
"description": "A JavaScipt Quoridor library for move validation etc.",

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

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