New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

beaker-ts

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beaker-ts - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

lib/examples/amm/constantproductamm_client.d.ts

2

lib/application_client/application_client.js

@@ -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,

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