Socket
Socket
Sign inDemoInstall

lua-types

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lua-types - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

special/5.2-or-jit.d.ts

2

core/io.d.ts

@@ -98,4 +98,2 @@ // Based on https://www.lua.org/manual/5.3/manual.html#6.8

type FileReadFormat = 'n' | 'a' | 'l' | 'L' | number;
interface LuaFile {

@@ -102,0 +100,0 @@ /**

{
"name": "lua-types",
"version": "2.5.0",
"version": "2.5.1",
"description": "TypeScript definitions for Lua standard library",

@@ -5,0 +5,0 @@ "keywords": [

@@ -74,1 +74,3 @@ /** @noSelfInFile */

}
type FileReadFormat = '*n' | '*a' | '*l' | number;
import './5.2-only';
import './5.2-or-jit';
import './5.2-plus';

@@ -3,0 +4,0 @@ import './5.2-plus-or-jit';

@@ -173,1 +173,3 @@ /** @noSelfInFile */

}
type FileReadFormat = 'n' | 'a' | 'l' | 'L' | number;
import './5.1-or-jit';
import './5.2-or-jit';
import './5.2-plus-or-jit';

@@ -3,0 +4,0 @@ import './5.3-pre';

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