You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@azuro-org/toolkit

Package Overview
Dependencies
Maintainers
0
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azuro-org/toolkit - npm Package Compare versions

Comparing version

to
4.6.0-beta.1

dist/abis/Cashback.d.ts

1

dist/abis/index.d.ts

@@ -7,1 +7,2 @@ export { default as lpAbi } from './LP';

export { default as freeBetAbi } from './FreeBet';
export { default as cashbackAbi } from './Cashback';

@@ -13,2 +13,3 @@ import * as Types from './types';

result?: Types.BetResult | null;
isCashedOut: boolean;
selections: Array<{

@@ -40,2 +41,3 @@ __typename?: 'Selection';

result?: Types.BetResult | null;
isCashedOut: boolean;
selections: Array<{

@@ -42,0 +44,0 @@ __typename?: 'LiveSelection';

@@ -35,1 +35,3 @@ export { environments, Environment } from './envs';

export { getCashout, type GetCashoutResponse } from './utils/cashout/getCashout';
export { getCashbackBalance, type GetCashbackBalance } from './utils/cashback/getCashbackBalance';
export { createCashbackTransaction, type CashbackTransaction } from './utils/cashback/createCashbackTransaction';

2

package.json
{
"name": "@azuro-org/toolkit",
"version": "4.5.4",
"version": "4.6.0-beta.1",
"description": "Set of helpers to work with Azuro protocol",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display