Socket
Socket
Sign inDemoInstall

hive-keychain-commons

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hive-keychain-commons - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

lib/utils/keys.utils.d.ts

2

lib/index.d.ts

@@ -7,1 +7,3 @@ export * from './interfaces/keychain';

export * from './swaps/swap.interface';
export * from './utils/keys.utils';
export * from './utils/transfer.utils';

@@ -20,1 +20,3 @@ "use strict";

__exportStar(require("./swaps/swap.interface"), exports);
__exportStar(require("./utils/keys.utils"), exports);
__exportStar(require("./utils/transfer.utils"), exports);

2

lib/swaps/config.interface.d.ts

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

import { LoggerConfig } from '../logger/logger';
import { Provider } from './swap.interface';

@@ -6,3 +5,2 @@ export interface SwapServerConfig {

hiveEngineRpc: string[];
logger?: LoggerConfig;
swaps: SwapConfig;

@@ -9,0 +7,0 @@ priceRefreshIntervalInMinutes: number;

{
"name": "hive-keychain-commons",
"version": "1.1.0",
"version": "1.2.0",
"description": "Platform agnostic functions used in Hive Keychain mobile and extensions",

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

# hive-keychain-commons
Platform agnostic functions used in Hive Keychain mobile and extensions
Platform agnostic interfaces and functions used in Hive Keychain mobile, extensions and other services.
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