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

luraph-extended

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

luraph-extended - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

8

index.ts

@@ -17,4 +17,10 @@ import axios, { AxiosError, AxiosInstance, AxiosResponse } from "axios";

export type LuraphTargetVersions = "Universal" | "Lua 5.1" | "Lua 5.2" | "Lua 5.3" | "Lua 5.4" | "Luau" | "Luau Handicapped" | "LuaJIT" | "FiveM" | "CS:GO" | "GMod"
export interface LuraphOptionList {
[optionName: string]: [boolean, string];
DISABLE_LINE_INFORMATION: boolean
ENABLE_GC_FIXES: boolean
INTENSE_VM_STRUCTURE: boolean
TARGET_VERSION: LuraphTargetVersions
USE_DEBUG_LIBRARY: boolean
VM_ENCRYPTION: boolean
}

@@ -21,0 +27,0 @@

2

package.json
{
"name": "luraph-extended",
"version": "1.0.0",
"version": "1.1.0",
"description": "Luraph API binding for Node.JS",

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

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