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

wasmoon

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wasmoon - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

dist/workaround.d.ts

1

dist/index.d.ts
import LuaWasm from './luawasm';
export declare class Lua extends LuaWasm {
private readonly functionRegistry;
private L;

@@ -4,0 +5,0 @@ constructor();

6

dist/luawasm.d.ts

@@ -12,3 +12,2 @@ /// <reference types="emscripten" />

static ensureInitialization(customName?: string): Promise<void>;
protected static throwIfUninitialized(): void;
protected static luaL_newstate: () => LuaState;

@@ -37,4 +36,7 @@ protected static luaL_openlibs: (L: LuaState) => void;

protected static lua_settable: (L: LuaState, idx: number) => void;
protected static lua_callk: (L: LuaState, nargs: number, nresults: number, ctx: number, func: number) => void;
protected static clua_call: (L: LuaState, nargs: number, nresults: number) => void;
protected static clua_pushcfunction: (L: LuaState, cfunction: number) => void;
protected static luaL_ref: (L: LuaState, table: number) => number;
protected static luaL_unref: (L: LuaState, table: number, ref: number) => void;
protected static lua_rawgeti: (L: LuaState, idx: number, ref: number) => number;
protected static lua_close: (L: LuaState) => void;

@@ -41,0 +43,0 @@ private static bindWrappedFunctions;

@@ -10,2 +10,4 @@ export declare type LuaState = number;

}
export declare const LUAI_MAXSTACK = 1000000;
export declare const LUA_REGISTRYINDEX: number;
export declare type AnyObject = {

@@ -12,0 +14,0 @@ [key: string]: any;

{
"name": "wasmoon",
"version": "1.0.11",
"version": "1.0.12",
"description": "There is nothing to see here",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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

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