Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.2.0 to 0.2.1

1

dist/Compiler.js

@@ -59,2 +59,3 @@ #!/usr/bin/env node

catch (exception) {
/* istanbul ignore else: Testing else part would require to add a bug/exception to our code */
if (exception.node) {

@@ -61,0 +62,0 @@ var pos = ts.getLineAndCharacterOfPosition(sourceFile, exception.node.pos);

3

dist/TSHelper.js

@@ -77,3 +77,4 @@ "use strict";

return type.symbol
&& ((type.symbol.flags & ts.SymbolFlags.Function) !== 0)
&& ((type.symbol.flags & ts.SymbolFlags.Function) !== 0
|| (type.symbol.flags & ts.SymbolFlags.Method) !== 0)
&& this.hasCustomDecorator(type, checker, "!TupleReturn");

@@ -80,0 +81,0 @@ };

{
"name": "typescript-to-lua",
"license": "MIT",
"version": "0.2.0",
"version": "0.2.1",
"repository": "https://github.com/Perryvw/TypescriptToLua",

@@ -6,0 +6,0 @@ "scripts": {

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