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

@paraswap/core

Package Overview
Dependencies
Maintainers
7
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paraswap/core - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2-null-usd-price.0

4

build/types.d.ts

@@ -42,7 +42,7 @@ import { SwapSide } from './constants';

srcAmount: NumberAsString;
srcUSD: NumberAsString;
srcUSD: NumberAsString | null;
destToken: Address;
destDecimals: number;
destAmount: NumberAsString;
destUSD: NumberAsString;
destUSD: NumberAsString | null;
bestRoute: OptimalRoute[];

@@ -49,0 +49,0 @@ gasCostUSD: NumberAsString;

{
"name": "@paraswap/core",
"version": "2.1.1",
"version": "2.1.2-null-usd-price.0",
"description": "Common library used between different paraswap packages",

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

@@ -46,7 +46,7 @@ import { SwapSide } from './constants';

srcAmount: NumberAsString;
srcUSD: NumberAsString;
srcUSD: NumberAsString | null;
destToken: Address;
destDecimals: number;
destAmount: NumberAsString;
destUSD: NumberAsString;
destUSD: NumberAsString | null;
bestRoute: OptimalRoute[];

@@ -53,0 +53,0 @@ gasCostUSD: NumberAsString;

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