New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

to
0.5.2

2

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

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

@@ -78,9 +78,8 @@ stockfish.wasm

<script>
Stockfish().then(function(sf) {
sf.addMessageListener(function (line) {
console.log(line);
});
var sf = Stockfish();
sf.addMessageListener(function (line) {
console.log(line);
});
sf.postMessage('uci');
});
sf.postMessage('uci');
</script>

@@ -87,0 +86,0 @@ ```

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet