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

@cryptorubic/sdk

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cryptorubic/sdk - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

2

package.json
{
"name": "@cryptorubic/sdk",
"version": "0.0.13",
"version": "0.0.14",
"dependencies": {

@@ -5,0 +5,0 @@ "tslib": "^2.3.0"

@@ -20,2 +20,4 @@ import { CrossChainTradeType, FeeInfo, OnChainTradeType, PriceTokenAmount, SwapType } from "@cryptorubic/core";

readonly promotions: unknown[];
readonly slippage: number;
readonly priceImpact: number | null;
private get walletAddress();

@@ -22,0 +24,0 @@ private get web3Adapter();

@@ -27,2 +27,4 @@ "use strict";

this.toTokenAmountMin = params.toTokenAmountMin;
this.slippage = params.slippage;
this.priceImpact = params.priceImpact;
}

@@ -29,0 +31,0 @@ async needApprove() {

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