@paraswap/core
Advanced tools
Comparing version 1.0.4 to 1.0.5-rfq-direct.0
@@ -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 |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
9295
245
2