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.12.0 to 2.12.1

test/testproject/package.json

2

core/global.d.ts

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

*/
declare function pairs<TKey, TValue>(
declare function pairs<TKey extends AnyNotNil, TValue>(
t: LuaTable<TKey, TValue>

@@ -170,0 +170,0 @@ ): LuaIterable<LuaMultiReturn<[TKey, NonNullable<TValue>]>>;

{
"name": "lua-types",
"version": "2.12.0",
"version": "2.12.1",
"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