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 6.5.1 to 6.5.2

2

dist/chess/Chess.js

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

get StartPlyCount() {
return (this.startPos) ? this.startPos.PlyCount : 0;
return (this.startPos) ? this.startPos.PlyCount : 1;
}

@@ -186,0 +186,0 @@ get RawData() {

{
"name": "onix-chess",
"version": "6.5.1",
"version": "6.5.2",
"description": "Onix chess library",

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

@@ -175,3 +175,3 @@ import toSafeInteger from 'lodash-es/toSafeInteger';

public get StartPlyCount() {
return (this.startPos) ? this.startPos.PlyCount : 0;
return (this.startPos) ? this.startPos.PlyCount : 1;
}

@@ -178,0 +178,0 @@

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