🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@knuth/js-wasm

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@knuth/js-wasm - npm Package Compare versions

Comparing version
2.2.0
to
2.3.0
+1
-1
package.json
{
"name": "@knuth/js-wasm",
"version": "2.2.0",
"version": "2.3.0",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

export declare class Kth {
static getLibconfig(): {
architecture: string;
osName: string;
endianness: string;
compilerName: string;
compilerVersion: string;
optimizationLevel: string;
cppapiBuildTimestamp: number;
capiBuildTimestamp: number;
wasmBuildTimestamp: number;
typeSizesInt: number;
typeSizesLong: number;
typeSizesPointer: number;
cppapiVersion: string;
capiVersion: string;
wasmLibraryVersion: string;
logLibrary: "boost" | "spdlog" | "binlog";
useLibmdbx: boolean;
version: string;
microarchitectureId: string;
marchNames: string;
currency: "bitcoin" | "bitcoin_cash" | "litecoin";
currencySymbol: string;
mempool: boolean;
dbReadonly: boolean;
debugMode: boolean;
architecture: string;
osName: string;
compilerName: string;
compilerVersion: string;
optimizationLevel: string;
capiBuildTimestamp: number;
emscriptenVersion: string;
wasmBuildTimestamp: number;
};
}
export default Kth;

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

Sorry, the diff of this file is not supported yet