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

onix-chess

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onix-chess - npm Package Compare versions

Comparing version 1.8.30 to 1.8.31

2

dist/chess/FenString.js

@@ -116,3 +116,3 @@ import repeat from 'lodash-es/repeat';

for (sq = 0; sq < 64; sq++) {
var p = fen2Piece[board_text.charAt(sq)];
var p = fen2Piece(board_text.charAt(sq));
if (p !== Piece.NoPiece) {

@@ -119,0 +119,0 @@ pos.addPiece(p, fenToSquare(sq));

{
"name": "onix-chess",
"version": "1.8.30",
"version": "1.8.31",
"description": "Onix chess library",

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

@@ -143,3 +143,3 @@ import repeat from 'lodash-es/repeat';

for (sq = 0; sq < 64; sq++) {
const p = fen2Piece[board_text.charAt(sq)];
const p = fen2Piece(board_text.charAt(sq));
if (p !== Piece.NoPiece) {

@@ -146,0 +146,0 @@ pos.addPiece(p, fenToSquare(sq));

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