@cbrewster/luna
Advanced tools
Comparing version 0.0.10 to 0.0.12
@@ -1,2 +0,2 @@ | ||
declare type LuaValue = null | string | number | LuaTable; | ||
declare type LuaValue = null | string | number | LuaTable | Boolean; | ||
declare class Lua { | ||
@@ -3,0 +3,0 @@ private lua; |
@@ -13,3 +13,3 @@ import { promisify } from "util"; | ||
export type LuaValue = null | string | number | LuaTable; | ||
export type LuaValue = null | string | number | LuaTable | Boolean; | ||
@@ -16,0 +16,0 @@ // Handles checking output type of lua value and wraps tables in a class. |
{ | ||
"name": "@cbrewster/luna", | ||
"version": "0.0.10", | ||
"version": "0.0.12", | ||
"description": "Node.js bindings to Lua", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
1367232