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.4.0 to 6.5.0

4

dist/types/Interfaces.d.ts

@@ -135,4 +135,4 @@ import { IUser } from 'onix-core/dist/app/IUser';

by?: string;
white: IUserAnalysis;
black: IUserAnalysis;
white?: IUserAnalysis;
black?: IUserAnalysis;
}

@@ -139,0 +139,0 @@ export interface IMovePart {

{
"name": "onix-chess",
"version": "6.4.0",
"version": "6.5.0",
"description": "Onix chess library",

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

@@ -172,4 +172,4 @@ import { IUser } from 'onix-core/dist/app/IUser';

by?: string;
white: IUserAnalysis;
black: IUserAnalysis;
white?: IUserAnalysis;
black?: IUserAnalysis;
}

@@ -176,0 +176,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