Comparing version 0.0.10 to 0.0.11
@@ -348,3 +348,3 @@ "use strict"; | ||
} | ||
if (arg instanceof Object) { | ||
else if (arg instanceof Object) { | ||
arg = Object.values(arg); | ||
@@ -351,0 +351,0 @@ } |
{ | ||
"name": "beaker-ts", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "", | ||
@@ -11,2 +11,4 @@ "main": "./lib/index.js", | ||
"avm7": "npx ts-node src/examples/demo_avm7/demo_avm7_example.ts", | ||
"amm": "npx ts-node src/examples/amm/index.ts", | ||
@@ -13,0 +15,0 @@ |
@@ -290,5 +290,3 @@ import algosdk, { ABIValue, SuggestedParams, TransactionParams } from "algosdk"; | ||
arg = { txn: arg, signer: this.signer } as algosdk.TransactionWithSigner; | ||
} | ||
if(arg instanceof Object){ | ||
} else if(arg instanceof Object){ | ||
arg = Object.values(arg) | ||
@@ -300,2 +298,3 @@ } | ||
atc.addMethodCall({ | ||
@@ -302,0 +301,0 @@ appID: this.appId, |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
309144
78
4798
9