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

@socket.tech/ll-core-v2

Package Overview
Dependencies
Maintainers
6
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socket.tech/ll-core-v2 - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3-beta-01

2

constants/index.d.ts

@@ -11,2 +11,4 @@ import { Bridge, ChainId } from './types';

Rainbow: import("./types").DexNames.Rainbow;
UniswapV2: import("./types").DexNames.UniswapV2;
UniswapV3: import("./types").DexNames.UniswapV3;
refuel: import("./types").SimpleMiddleware.refuel;

@@ -13,0 +15,0 @@ };

@@ -32,3 +32,5 @@ export declare enum Bridge {

ZeroX = "zerox",
Rainbow = "rainbow"
Rainbow = "rainbow",
UniswapV2 = "uniswap-v2",
UniswapV3 = "uniswap-v3"
}

@@ -50,2 +52,4 @@ export declare enum RefuelDexNames {

Rainbow: DexNames.Rainbow;
UniswapV2: DexNames.UniswapV2;
UniswapV3: DexNames.UniswapV3;
refuel: SimpleMiddleware.refuel;

@@ -52,0 +56,0 @@ };

@@ -38,2 +38,4 @@ "use strict";

DexNames["Rainbow"] = "rainbow";
DexNames["UniswapV2"] = "uniswap-v2";
DexNames["UniswapV3"] = "uniswap-v3";
})(DexNames = exports.DexNames || (exports.DexNames = {}));

@@ -40,0 +42,0 @@ var RefuelDexNames;

2

package.json
{
"name": "@socket.tech/ll-core-v2",
"version": "1.0.2",
"version": "1.0.3-beta-01",
"description": "Core package for socket liquidity layer",

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

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