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.7.0 to 6.7.1

2

dist/actions/GameState.js

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

if (!move.isBegin()) {
const { sm } = move.Prev;
const { sm } = move;
if (sm) {

@@ -14,0 +14,0 @@ lastMove = [Square_1.Square.name(sm.from), Square_1.Square.name(sm.to)];

{
"name": "onix-chess",
"version": "6.7.0",
"version": "6.7.1",
"description": "Onix chess library",

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

@@ -20,3 +20,3 @@ import * as cg from 'chessground/types';

if (!move.isBegin()) {
const { sm } = move.Prev!;
const { sm } = move;
if (sm) {

@@ -23,0 +23,0 @@ lastMove = [<cg.Key>Square.name(sm.from!), <cg.Key>Square.name(sm.to!)];

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