Socket
Socket
Sign inDemoInstall

@safe-global/safe-gateway-typescript-sdk

Package Overview
Dependencies
Maintainers
3
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@safe-global/safe-gateway-typescript-sdk - npm Package Compare versions

Comparing version 3.22.2 to 3.22.3-beta.0

15

dist/types/decoded-data.d.ts
import type { SwapOrder, TwapOrder } from './transactions';
export declare enum ConfirmationViewTypes {
COW_SWAP_ORDER = "COW_SWAP_ORDER",
COW_SWAP_TWAP_ORDER = "COW_SWAP_TWAP_ORDER"
COW_SWAP_TWAP_ORDER = "COW_SWAP_TWAP_ORDER",
KILN_NATIVE_STAKING_DEPOSIT = "KILN_NATIVE_STAKING_DEPOSIT"
}

@@ -42,3 +43,13 @@ export type DecodedDataRequest = {

} & DecodedDataResponse & Omit<TwapOrder, 'type' | 'humanDescription' | 'richDecodedInfo'>;
export type OrderConfirmationView = SwapOrderConfirmationView | TwapOrderConfirmationView;
export type NativeStakingDepositConfirmationView = {
type: ConfirmationViewTypes.KILN_NATIVE_STAKING_DEPOSIT;
status: 'unknown';
estimatedEntryTime: number;
estimatedExitTime: number;
estimatedWithdrawalTime: number;
fee: number;
monthlyNrr: number;
annualNrr: number;
} & DecodedDataResponse;
export type OrderConfirmationView = SwapOrderConfirmationView | TwapOrderConfirmationView | NativeStakingDepositConfirmationView;
export {};

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

ConfirmationViewTypes["COW_SWAP_TWAP_ORDER"] = "COW_SWAP_TWAP_ORDER";
ConfirmationViewTypes["KILN_NATIVE_STAKING_DEPOSIT"] = "KILN_NATIVE_STAKING_DEPOSIT";
})(ConfirmationViewTypes = exports.ConfirmationViewTypes || (exports.ConfirmationViewTypes = {}));
//# sourceMappingURL=decoded-data.js.map

2

package.json
{
"name": "@safe-global/safe-gateway-typescript-sdk",
"version": "3.22.2",
"version": "3.22.3-beta.0",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

Sorry, the diff of this file is not supported yet

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