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.5.2 to 0.5.3

2

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

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

@@ -24,3 +24,2 @@ // Copyright 2015 The Emscripten Authors. All rights reserved.

var DYNAMICTOP_PTR = 0;
var TOTAL_MEMORY = 0;
var DYNAMIC_BASE = 0;

@@ -89,3 +88,2 @@

// Initialize the global "process"-wide fields:
Module['TOTAL_MEMORY'] = TOTAL_MEMORY = e.data.TOTAL_MEMORY;
Module['DYNAMIC_BASE'] = DYNAMIC_BASE = e.data.DYNAMIC_BASE;

@@ -92,0 +90,0 @@ Module['DYNAMICTOP_PTR'] = DYNAMICTOP_PTR = e.data.DYNAMICTOP_PTR;

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

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