Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stockfish.wasm

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stockfish.wasm - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

2

package.json
{
"name": "stockfish.wasm",
"version": "0.9.0",
"version": "0.9.1",
"description": "WebAssembly port of the strong chess engine Stockfish",

@@ -5,0 +5,0 @@ "keywords": ["chess", "stockfish", "emscripten", "lichess", "webassembly"],

@@ -91,4 +91,8 @@ stockfish.wasm

* Hashtable: 1024 MB.
* Threads: 16.
* Hashtable: 1024 MB. You may want to check
[`navigator.deviceMemory`](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/deviceMemory)
before allocating.
* Threads: 32. You may want to check
[`navigator.hardwareConcurrency`](https://developer.mozilla.org/en-US/docs/Web/API/NavigatorConcurrentHardware/hardwareConcurrency).
May be capped lower (e.g., `dom.workers.maxPerDomain` in Firefox).
* Can hang when UCI protocol is misused. (Do not send invalid commands or

@@ -95,0 +99,0 @@ positions. While the engine is searching, do not change options or start

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