Socket
Socket
Sign inDemoInstall

typescript-to-lua

Package Overview
Dependencies
Maintainers
2
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-to-lua - npm Package Compare versions

Comparing version 0.39.4 to 0.39.5

2

language-extensions/index.d.ts

@@ -490,3 +490,3 @@ type AnyTable = Record<any, any>;

*/
declare type LuaTableSetMethod<TKey extends AnyNonNil, TValue> = ((key: TKey, value: TValue) => void) &
declare type LuaTableSetMethod<TKey extends AnyNotNil, TValue> = ((key: TKey, value: TValue) => void) &
LuaExtension<"__luaTableSetMethodBrand">;

@@ -493,0 +493,0 @@

{
"name": "typescript-to-lua",
"version": "0.39.4",
"version": "0.39.5",
"description": "A generic TypeScript to Lua transpiler. Write your code in TypeScript and publish Lua!",

@@ -28,3 +28,3 @@ "repository": "https://github.com/TypeScriptToLua/TypeScriptToLua",

"build-lualib": "node build-lualib.js",
"pretest": "npm run lint && npm run build-lualib",
"pretest": "npm run lint && npm run check:language-extensions && npm run build-lualib",
"test": "jest",

@@ -35,2 +35,3 @@ "lint": "npm run lint:eslint && npm run lint:prettier",

"fix:prettier": "prettier --write .",
"check:language-extensions": "tsc language-extensions/index.d.ts",
"preversion": "npm run build && npm test",

@@ -37,0 +38,0 @@ "postversion": "git push && git push --tags"

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