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

@cbrewster/luna

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cbrewster/luna - npm Package Compare versions

Comparing version 0.0.10 to 0.0.12

build/stage/0.0.12/index-v0.0.12-node-v83-linux-x64-glibc.tar.gz

2

dist/index.d.ts

@@ -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

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