Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@paraswap/core

Package Overview
Dependencies
Maintainers
9
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 1.0.4 to 1.0.5-rfq-direct.0

2

build/constants.d.ts

@@ -22,3 +22,5 @@ export declare enum SwapSide {

swapOnZeroXv4 = "swapOnZeroXv4",
swapOnAugustusRFQ = "swapOnAugustusRFQ",
swapOnAugustusRFQWithPermit = "swapOnAugustusRFQWithPermit",
buy = "buy"
}

@@ -28,4 +28,6 @@ "use strict";

ContractMethod["swapOnZeroXv4"] = "swapOnZeroXv4";
ContractMethod["swapOnAugustusRFQ"] = "swapOnAugustusRFQ";
ContractMethod["swapOnAugustusRFQWithPermit"] = "swapOnAugustusRFQWithPermit";
ContractMethod["buy"] = "buy"; // TODO: remove this in future
})(ContractMethod = exports.ContractMethod || (exports.ContractMethod = {}));
//# sourceMappingURL=constants.js.map

2

package.json
{
"name": "@paraswap/core",
"version": "1.0.4",
"version": "1.0.5-rfq-direct.0",
"description": "Common library used between different paraswap packages",

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

@@ -23,3 +23,5 @@ export enum SwapSide {

swapOnZeroXv4 = 'swapOnZeroXv4',
swapOnAugustusRFQ = 'swapOnAugustusRFQ',
swapOnAugustusRFQWithPermit = 'swapOnAugustusRFQWithPermit',
buy = 'buy' // TODO: remove this in future
}

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