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

@aquaprotocol/sdk

Package Overview
Dependencies
Maintainers
0
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aquaprotocol/sdk - npm Package Compare versions

Comparing version 0.0.95 to 0.0.96

5

dist/lib/constants.d.ts

@@ -21,3 +21,4 @@ /// <reference types="node" />

export declare const REDEEM_TICK_GAS_CONSUMPTION: bigint;
export declare const defaultMaster: {
export declare const AQUA_START_DATE = "2024-09-16T00:00:00Z";
export declare const DEFAULT_MASTER: {
mainnet: Address;

@@ -27,3 +28,3 @@ testnet: Address;

};
export declare const defaultTreasury: {
export declare const DEFAULT_TREASURY: {
mainnet: Address;

@@ -30,0 +31,0 @@ };

2

dist/lib/ui-utils.d.ts

@@ -5,3 +5,3 @@ import { UIProvider } from '@ton/blueprint';

export declare const promptAddress: (prompt: string, provider: UIProvider, fallback?: Address) => Promise<Address>;
export declare const promptAmount: (prompt: string, provider: UIProvider) => Promise<string>;
export declare const promptAmount: (prompt: string, provider: UIProvider) => Promise<bigint>;
export declare const promptInt: (prompt: string, provider: UIProvider) => Promise<number>;

@@ -8,0 +8,0 @@ export declare const promptAsset: (prompt: string, network: 'testnet' | 'mainnet' | 'custom', provider: UIProvider) => Promise<{

{
"name": "@aquaprotocol/sdk",
"version": "0.0.95",
"version": "0.0.96",
"license": "MIT",

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

"dependencies": {
"bignumber.js": "^9.1.2"
"bignumber.js": "^9.1.2",
"npm": "^10.9.2"
}
}

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

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