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.5.1 to 1.5.2

2

package.json
{
"name": "quoridor",
"version": "1.5.1",
"version": "1.5.2",
"description": "A JavaScipt Quoridor library for move validation etc.",

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

@@ -147,3 +147,3 @@ # quoridor.js

const game = createGameFromMoves(['e2', 'e8', 'd7v']);
const gameWithLastMoveUndone = undo(game);
const gameWithUndoneMove = undo(game);

@@ -176,3 +176,3 @@ console.log(getUnicodeRepresentation(game));

console.log(getUnicodeRepresentation(gameWithLastMoveUndone));
console.log(getUnicodeRepresentation(gameWithUndoneMove));

@@ -214,3 +214,3 @@ // β”Œβ”€β”€β”€β•«β”€β”€β”€β•«β”€β”€β”€β•«β”€β”€β”€β•«β”€β”€β”€β•«β”€β”€β”€β•«β”€β”€β”€β•«β”€β”€β”€β•«β”€β”€β”€β•«β”€β”€β”€β•«β”€β”€β”€β”

const gameWithUndoneMove = undo(game);
const gameWithUndoneMoveRedone = redo(gameWithLastMoveUndone);
const gameWithUndoneMoveRedone = redo(gameWithUndoneMove);

@@ -217,0 +217,0 @@ console.log(getUnicodeRepresentation(game));

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