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

@dahlia-labs/stableswap-sdk

Package Overview
Dependencies
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dahlia-labs/stableswap-sdk - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

4

dist/cjs/calculator/amounts.js

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

const token_utils_1 = require("@dahlia-labs/token-utils");
const jsbi_1 = (0, tslib_1.__importDefault)(require("jsbi"));
const lodash_mapvalues_1 = (0, tslib_1.__importDefault)(require("lodash.mapvalues"));
const jsbi_1 = tslib_1.__importDefault(require("jsbi"));
const lodash_mapvalues_1 = tslib_1.__importDefault(require("lodash.mapvalues"));
const curve_1 = require("./curve");

@@ -10,0 +10,0 @@ /**

@@ -6,3 +6,3 @@ "use strict";

const token_utils_1 = require("@dahlia-labs/token-utils");
const jsbi_1 = (0, tslib_1.__importDefault)(require("jsbi"));
const jsbi_1 = tslib_1.__importDefault(require("jsbi"));
const N_COINS = jsbi_1.default.BigInt(2); // n

@@ -9,0 +9,0 @@ const abs = (a) => {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./amounts"), exports);
(0, tslib_1.__exportStar)(require("./curve"), exports);
(0, tslib_1.__exportStar)(require("./price"), exports);
tslib_1.__exportStar(require("./amounts"), exports);
tslib_1.__exportStar(require("./curve"), exports);
tslib_1.__exportStar(require("./price"), exports);
//# sourceMappingURL=index.js.map

@@ -6,3 +6,3 @@ "use strict";

const token_utils_1 = require("@dahlia-labs/token-utils");
const jsbi_1 = (0, tslib_1.__importDefault)(require("jsbi"));
const jsbi_1 = tslib_1.__importDefault(require("jsbi"));
const _1 = require("./");

@@ -9,0 +9,0 @@ function min(a, b) {

@@ -6,3 +6,3 @@ "use strict";

const token_utils_1 = require("@dahlia-labs/token-utils");
const jsbi_1 = (0, tslib_1.__importDefault)(require("jsbi"));
const jsbi_1 = tslib_1.__importDefault(require("jsbi"));
const recommendedFeesRaw = {

@@ -9,0 +9,0 @@ adminFeeNumerator: "50",

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./exchange"), exports);
tslib_1.__exportStar(require("./exchange"), exports);
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./calculator"), exports);
(0, tslib_1.__exportStar)(require("./entities"), exports);
tslib_1.__exportStar(require("./calculator"), exports);
tslib_1.__exportStar(require("./entities"), exports);
//# sourceMappingURL=index.js.map

@@ -10,3 +10,3 @@ {

],
"version": "0.3.3",
"version": "0.3.4",
"repository": {

@@ -40,3 +40,3 @@ "type": "git",

"dependencies": {
"@dahlia-labs/token-utils": "^0.3.3",
"@dahlia-labs/token-utils": "^0.3.4",
"@saberhq/tsconfig": "^1.12.61",

@@ -58,3 +58,3 @@ "lodash.mapvalues": "^4.6.0",

"homepage": "https://github.com/DahliaLabs/dahlia-common#readme",
"gitHead": "7e5b2fcbfd4bc24f75d7e083ac5c99dd03e80eb5"
"gitHead": "7f9e03ca3be3c446a203f49ac89b6f3311181a95"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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