New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@luxfi/core

Package Overview
Dependencies
Maintainers
0
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luxfi/core - npm Package Compare versions

Comparing version 10.0.2 to 10.0.3

1

dist/cjs/index.d.ts

@@ -7,2 +7,3 @@ export { type default as Asset } from './asset';

export { type default as Network } from './network';
export { NetworkTypes } from './network-type';
export { TransactionType } from './transaction-type';

@@ -9,0 +10,0 @@ export { SwapStatus, swapStatusByIndex, UtilaTransactionStatus, utilaTransactionStatusByIndex } from './swap-status';

4

dist/cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.utilaTransactionStatusByIndex = exports.UtilaTransactionStatus = exports.swapStatusByIndex = exports.SwapStatus = exports.TransactionType = void 0;
exports.utilaTransactionStatusByIndex = exports.UtilaTransactionStatus = exports.swapStatusByIndex = exports.SwapStatus = exports.TransactionType = exports.NetworkTypes = void 0;
var network_type_1 = require("./network-type");
Object.defineProperty(exports, "NetworkTypes", { enumerable: true, get: function () { return network_type_1.NetworkTypes; } });
var transaction_type_1 = require("./transaction-type");

@@ -5,0 +7,0 @@ Object.defineProperty(exports, "TransactionType", { enumerable: true, get: function () { return transaction_type_1.TransactionType; } });

type NetworkType = "evm" | "starknet" | "solana" | "cosmos" | "stark_ex" | "zk_sync_lite" | "ton" | "btc" | "cardano";
export declare enum NetworkTypes {
EVM = "evm",
Starknet = "starknet",
Solana = "solana",
Cosmos = "cosmos",
StarkEx = "stark_ex",
ZkSyncLite = "zk_sync_lite",
TON = "ton",
Bitocoin = "btc",
Cardano = "cardano"
}
export { type NetworkType as default };
//# sourceMappingURL=network-type.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.NetworkTypes = void 0;
var NetworkTypes;
(function (NetworkTypes) {
NetworkTypes["EVM"] = "evm";
NetworkTypes["Starknet"] = "starknet";
NetworkTypes["Solana"] = "solana";
NetworkTypes["Cosmos"] = "cosmos";
NetworkTypes["StarkEx"] = "stark_ex";
NetworkTypes["ZkSyncLite"] = "zk_sync_lite";
NetworkTypes["TON"] = "ton";
NetworkTypes["Bitocoin"] = "btc";
NetworkTypes["Cardano"] = "cardano";
})(NetworkTypes || (exports.NetworkTypes = NetworkTypes = {}));

@@ -7,2 +7,3 @@ export { type default as Asset } from './asset';

export { type default as Network } from './network';
export { NetworkTypes } from './network-type';
export { TransactionType } from './transaction-type';

@@ -9,0 +10,0 @@ export { SwapStatus, swapStatusByIndex, UtilaTransactionStatus, utilaTransactionStatusByIndex } from './swap-status';

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

export { NetworkTypes } from './network-type';
export { TransactionType } from './transaction-type';
export { SwapStatus, swapStatusByIndex, UtilaTransactionStatus, utilaTransactionStatusByIndex } from './swap-status';
type NetworkType = "evm" | "starknet" | "solana" | "cosmos" | "stark_ex" | "zk_sync_lite" | "ton" | "btc" | "cardano";
export declare enum NetworkTypes {
EVM = "evm",
Starknet = "starknet",
Solana = "solana",
Cosmos = "cosmos",
StarkEx = "stark_ex",
ZkSyncLite = "zk_sync_lite",
TON = "ton",
Bitocoin = "btc",
Cardano = "cardano"
}
export { type NetworkType as default };
//# sourceMappingURL=network-type.d.ts.map

@@ -1,1 +0,12 @@

export {};
export var NetworkTypes;
(function (NetworkTypes) {
NetworkTypes["EVM"] = "evm";
NetworkTypes["Starknet"] = "starknet";
NetworkTypes["Solana"] = "solana";
NetworkTypes["Cosmos"] = "cosmos";
NetworkTypes["StarkEx"] = "stark_ex";
NetworkTypes["ZkSyncLite"] = "zk_sync_lite";
NetworkTypes["TON"] = "ton";
NetworkTypes["Bitocoin"] = "btc";
NetworkTypes["Cardano"] = "cardano";
})(NetworkTypes || (NetworkTypes = {}));
{
"name": "@luxfi/core",
"version": "10.0.2",
"version": "10.0.3",
"description": "Core types and shared utilities related to blockchain",

@@ -5,0 +5,0 @@ "publishConfig": {

@@ -6,5 +6,6 @@

export { type default as Exchange } from './exchange'
export { type default as NetworkType} from './network-type'
export { type default as Network} from './network'
export { TransactionType} from './transaction-type'
export { type default as NetworkType } from './network-type'
export { type default as Network } from './network'
export { NetworkTypes } from './network-type'
export { TransactionType } from './transaction-type'
export {

@@ -11,0 +12,0 @@ SwapStatus,

@@ -11,4 +11,15 @@ type NetworkType =

| "cardano"
export enum NetworkTypes {
EVM = "evm",
Starknet = "starknet",
Solana = "solana",
Cosmos = "cosmos",
StarkEx = "stark_ex",
ZkSyncLite = "zk_sync_lite",
TON = "ton",
Bitocoin = "btc",
Cardano = "cardano",
}
export {

@@ -15,0 +26,0 @@ type NetworkType as default

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