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.5-new-direct-methods.1 to 1.0.5-new-direct-methods.2

4

build/index.d.ts

@@ -1,2 +0,2 @@

export { Address, NumberAsString, Adapters, OptimalRoute, OptimalSwap, OptimalSwapExchange, OptionalRate, OptimalRate } from './types';
export { SwapSide, ContractMethod } from './constants';
export { Address, NumberAsString, Adapters, OptimalRoute, OptimalSwap, OptimalSwapExchange, OptionalRate, OptimalRate, } from "./types";
export { SwapSide, ContractMethod, DirectContractMethods } from "./constants";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ContractMethod = exports.SwapSide = void 0;
exports.DirectContractMethods = exports.ContractMethod = exports.SwapSide = void 0;
var constants_1 = require("./constants");
Object.defineProperty(exports, "SwapSide", { enumerable: true, get: function () { return constants_1.SwapSide; } });
Object.defineProperty(exports, "ContractMethod", { enumerable: true, get: function () { return constants_1.ContractMethod; } });
Object.defineProperty(exports, "DirectContractMethods", { enumerable: true, get: function () { return constants_1.DirectContractMethods; } });
//# sourceMappingURL=index.js.map
{
"name": "@paraswap/core",
"version": "1.0.5-new-direct-methods.1",
"version": "1.0.5-new-direct-methods.2",
"description": "Common library used between different paraswap packages",

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

@@ -9,8 +9,5 @@ export {

OptionalRate,
OptimalRate
} from './types';
OptimalRate,
} from "./types";
export {
SwapSide,
ContractMethod
} from './constants';
export { SwapSide, ContractMethod, DirectContractMethods } from "./constants";

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