Socket
Socket
Sign inDemoInstall

lua-types

Package Overview
Dependencies
18
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.11.0 to 2.12.0

5.0.d.ts

7

core/global.d.ts

@@ -14,3 +14,8 @@ // Based on https://www.lua.org/manual/5.3/manual.html#6.1

*/
declare const _VERSION: 'Lua 5.1' | 'Lua 5.2' | 'Lua 5.3' | 'Lua 5.4';
declare const _VERSION:
| ('Lua 5.0' | 'Lua 5.0.1' | 'Lua 5.0.2' | 'Lua 5.0.3')
| 'Lua 5.1'
| 'Lua 5.2'
| 'Lua 5.3'
| 'Lua 5.4';

@@ -17,0 +22,0 @@ /**

2

package.json
{
"name": "lua-types",
"version": "2.11.0",
"version": "2.12.0",
"description": "TypeScript definitions for Lua standard library",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc