Socket
Socket
Sign inDemoInstall

typescript-to-lua

Package Overview
Dependencies
Maintainers
2
Versions
156
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 1.26.0 to 1.26.1

dist/lualib/5.0/MathTrunc.lua

1

dist/LuaLib.d.ts

@@ -63,2 +63,3 @@ import { EmitHost } from "./transpilation";

MathSign = "MathSign",
MathTrunc = "MathTrunc",
New = "New",

@@ -65,0 +66,0 @@ Number = "Number",

@@ -79,2 +79,3 @@ "use strict";

LuaLibFeature["MathSign"] = "MathSign";
LuaLibFeature["MathTrunc"] = "MathTrunc";
LuaLibFeature["New"] = "New";

@@ -81,0 +82,0 @@ LuaLibFeature["Number"] = "Number";

@@ -386,4 +386,15 @@ {

"__TS__MathSign"
],
"dependencies": [
"NumberIsNaN"
]
},
"MathTrunc": {
"exports": [
"__TS__MathTrunc"
],
"dependencies": [
"NumberIsFinite"
]
},
"New": {

@@ -390,0 +401,0 @@ "exports": [

@@ -392,4 +392,15 @@ {

"__TS__MathSign"
],
"dependencies": [
"NumberIsNaN"
]
},
"MathTrunc": {
"exports": [
"__TS__MathTrunc"
],
"dependencies": [
"NumberIsFinite"
]
},
"New": {

@@ -396,0 +407,0 @@ "exports": [

@@ -74,2 +74,5 @@ "use strict";

}
case "trunc": {
return (0, lualib_1.transformLuaLibFunction)(context, lualib_1.LuaLibFeature.MathTrunc, node, ...params);
}
case "abs":

@@ -76,0 +79,0 @@ case "acos":

2

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

@@ -5,0 +5,0 @@ "repository": "https://github.com/TypeScriptToLua/TypeScriptToLua",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc