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.7.28 to 1.8.29

2

dist/chess/Move.d.ts

@@ -56,3 +56,3 @@ import { SimpleMove } from './SimpleMove';

*/
exitVariation(): this | Window;
exitVariation(): Window | this;
truncate(): void;

@@ -59,0 +59,0 @@ append(sm: SimpleMove): Move;

@@ -8,5 +8,5 @@ export { Intl } from './Intl';

export { SimpleMove } from './chess/SimpleMove';
export { FenString } from './chess/FenString';
export { FenString, FenFormat } from './chess/FenString';
export { Position } from './chess/Position';
export { IOpeningPosition } from './chess/IOpeningPosition';
export { Chess } from './chess/Chess';

@@ -8,5 +8,5 @@ export { Intl } from './Intl';

export { SimpleMove } from './chess/SimpleMove';
export { FenString } from './chess/FenString';
export { FenString, FenFormat } from './chess/FenString';
export { Position } from './chess/Position';
export { Chess } from './chess/Chess';
//# sourceMappingURL=index.js.map
{
"name": "onix-chess",
"version": "1.7.28",
"version": "1.8.29",
"description": "Onix chess library",

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

@@ -8,5 +8,5 @@ export { Intl } from './Intl';

export { SimpleMove } from './chess/SimpleMove';
export { FenString } from './chess/FenString';
export { FenString, FenFormat } from './chess/FenString';
export { Position } from './chess/Position';
export { IOpeningPosition } from './chess/IOpeningPosition';
export { Chess } from './chess/Chess';

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