🚀 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.8.0
to
2.9.0
+1
-1
package.json
{
"name": "@knuth/js-wasm",
"version": "2.8.0",
"version": "2.9.0",
"publishConfig": {

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

@@ -19,3 +19,2 @@ export declare class Kth {

wasmLibraryVersion: string;
logLibrary: "boost" | "spdlog" | "binlog";
microarchitectureId: string;

@@ -22,0 +21,0 @@ marchNames: string;

@@ -5,5 +5,2 @@ declare const ptrSym: unique symbol;

export declare function CurrencyToInt(value: Currency): number;
declare const _LogLibraryIntToKey: readonly ["boost", "spdlog", "binlog"];
export declare type LogLibrary = (typeof _LogLibraryIntToKey)[number];
export declare function LogLibraryToInt(value: LogLibrary): number;
export declare class LibConfigTypeSizes {

@@ -20,3 +17,2 @@ private readonly [ptrSym];

static _create(ptr: number): LibConfig;
get log_library(): LogLibrary;
get version(): string;

@@ -23,0 +19,0 @@ get microarchitecture_id(): string;

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

Sorry, the diff of this file is not supported yet