Socket
Socket
Sign inDemoInstall

@bitaccess/coinlib-litecoin

Package Overview
Dependencies
106
Maintainers
24
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.4 to 7.0.5

2

dist/index.cjs.js

@@ -133,3 +133,3 @@ 'use strict';

const DEFAULT_DUST_THRESHOLD = 546;
const DEFAULT_NETWORK_MIN_RELAY_FEE = 1;
const DEFAULT_NETWORK_MIN_RELAY_FEE = 1000;
const LITECOIN_SEQUENCE_RBF = 0xfffffffd;

@@ -136,0 +136,0 @@ const DEFAULT_MIN_TX_FEE = 10;

@@ -109,3 +109,3 @@ import * as bitcoin from 'bitcoinjs-lib-bigint';

const DEFAULT_DUST_THRESHOLD = 546;
const DEFAULT_NETWORK_MIN_RELAY_FEE = 1;
const DEFAULT_NETWORK_MIN_RELAY_FEE = 1000;
const LITECOIN_SEQUENCE_RBF = 0xfffffffd;

@@ -112,0 +112,0 @@ const DEFAULT_MIN_TX_FEE = 10;

@@ -128,3 +128,3 @@ (function (global, factory) {

const DEFAULT_DUST_THRESHOLD = 546;
const DEFAULT_NETWORK_MIN_RELAY_FEE = 1;
const DEFAULT_NETWORK_MIN_RELAY_FEE = 1000;
const LITECOIN_SEQUENCE_RBF = 0xfffffffd;

@@ -131,0 +131,0 @@ const DEFAULT_MIN_TX_FEE = 10;

@@ -10,3 +10,3 @@ import { bitcoinish } from '@bitaccess/coinlib-bitcoin';

export declare const DEFAULT_DUST_THRESHOLD = 546;
export declare const DEFAULT_NETWORK_MIN_RELAY_FEE = 1;
export declare const DEFAULT_NETWORK_MIN_RELAY_FEE = 1000;
export declare const LITECOIN_SEQUENCE_RBF = 4294967293;

@@ -13,0 +13,0 @@ export declare const DEFAULT_MIN_TX_FEE = 10;

@@ -9,3 +9,3 @@ import { FeeLevel, NetworkType } from '@bitaccess/coinlib-common';

export const DEFAULT_DUST_THRESHOLD = 546;
export const DEFAULT_NETWORK_MIN_RELAY_FEE = 1;
export const DEFAULT_NETWORK_MIN_RELAY_FEE = 1000;
export const LITECOIN_SEQUENCE_RBF = 0xfffffffd;

@@ -12,0 +12,0 @@ export const DEFAULT_MIN_TX_FEE = 10;

{
"name": "@bitaccess/coinlib-litecoin",
"version": "7.0.4",
"version": "7.0.5",
"description": "Library to assist in processing litecoin payments, such as deriving addresses and sweeping funds",

@@ -52,4 +52,4 @@ "main": "dist/index.cjs.js",

"dependencies": {
"@bitaccess/coinlib-bitcoin": "^7.0.4",
"@bitaccess/coinlib-common": "^7.0.4",
"@bitaccess/coinlib-bitcoin": "^7.0.5",
"@bitaccess/coinlib-common": "^7.0.5",
"@bitaccess/ts-common": "^1.0.2",

@@ -64,3 +64,3 @@ "@types/lodash": "^4.14.150",

},
"gitHead": "893a3ca68ee15d5448baa24f095592bb0e91e80e"
"gitHead": "12a91576a72144e9909504c79e0bd3d712dbd044"
}

@@ -21,5 +21,5 @@ import { bitcoinish } from '@bitaccess/coinlib-bitcoin'

*
* Unit: `sat/vb`
* Unit: `sat/kb`
*/
export const DEFAULT_NETWORK_MIN_RELAY_FEE = 1 // 1000 sat/kb
export const DEFAULT_NETWORK_MIN_RELAY_FEE = 1000 // 1000 sat/kb

@@ -26,0 +26,0 @@ /** Sequence to use for each input such that RBF is opted into */

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc