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

3

build/index.js

@@ -15,5 +15,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.API = exports.Luraph = exports.LuraphAPI = exports.LuraphException = void 0;
exports.API = exports.Luraph = exports.LuraphAPI = exports.LuraphException = exports.LuraphTargetVersionsKeys = void 0;
const axios_1 = __importDefault(require("axios"));
const CONTENT_REGEX = /filename[^;=\n]*=(?:(\\?['"])(.*?)\1|(?:[^\s]+'.*?')?([^;\n]*))/i;
exports.LuraphTargetVersionsKeys = ["Universal", "Lua 5.1", "Lua 5.2", "Lua 5.3", "Lua 5.4", "Luau", "Luau Handicapped", "LuaJIT", "FiveM", "CS:GO", "GMod"];
class LuraphException extends Error {

@@ -20,0 +21,0 @@ constructor(payload) {

@@ -17,3 +17,4 @@ 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 const LuraphTargetVersionsKeys = ["Universal", "Lua 5.1", "Lua 5.2", "Lua 5.3", "Lua 5.4", "Luau", "Luau Handicapped", "LuaJIT", "FiveM", "CS:GO", "GMod"] as const
export type LuraphTargetVersions = typeof LuraphTargetVersionsKeys[number]
export interface LuraphOptionList {

@@ -20,0 +21,0 @@ DISABLE_LINE_INFORMATION: boolean

{
"name": "luraph-extended",
"version": "1.1.0",
"version": "1.1.1",
"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