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 7.1.1 to 7.1.2

2

dist/chess/Chess.js

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

if (this.isInstanceOfTreePart(mv)) {
const move = this.CurrentMove.First;
const move = this.CurrentMove.Begin;
if (move && move.sm) {

@@ -357,0 +357,0 @@ move.sm.eval = new EvalItem_1.EvalItem(mv.eval);

{
"name": "onix-chess",
"version": "7.1.1",
"version": "7.1.2",
"description": "Onix chess library",

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

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

if (this.isInstanceOfTreePart(mv)) {
const move = this.CurrentMove.First;
const move = this.CurrentMove.Begin;
if (move && move.sm) {

@@ -429,0 +429,0 @@ move.sm.eval = new EvalItem(mv.eval);

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