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

1

dist/luawasm.d.ts
/// <reference types="emscripten" />
import './lua/glue.wasm';
import { LuaReturn, LuaState, LuaType } from './types.d..js';
interface LuaEmscriptenModule extends EmscriptenModule {

@@ -4,0 +5,0 @@ cwrap: typeof cwrap;

13

dist/types.d..d.ts

@@ -1,8 +0,3 @@

declare module "*.wasm" {
const value: string;
export default value;
}
declare module "*.js";
declare type LuaState = number;
declare const enum LuaReturn {
export declare type LuaState = number;
export declare const enum LuaReturn {
Ok = 0,

@@ -15,6 +10,6 @@ ErrorRun = 1,

}
declare type AnyObject = {
export declare type AnyObject = {
[key: string]: any;
};
declare const enum LuaType {
export declare const enum LuaType {
None = -1,

@@ -21,0 +16,0 @@ Nil = 0,

{
"name": "wasmoon",
"version": "1.0.8",
"version": "1.0.9",
"description": "There is nothing to see here",

@@ -34,3 +34,2 @@ "main": "dist/index.js",

"@rollup/plugin-url": "5.0.1",
"@types/emscripten": "1.39.4",
"@types/node": "14.14.6",

@@ -40,3 +39,6 @@ "rollup": "2.33.1",

"typescript": "4.0.5"
},
"dependencies": {
"@types/emscripten": "1.39.4"
}
}

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