Socket
Socket
Sign inDemoInstall

@atomicfinance/types

Package Overview
Dependencies
Maintainers
0
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomicfinance/types - npm Package Compare versions

Comparing version 3.4.7 to 3.5.0

.turbo/turbo-test.log

6

CHANGELOG.md
# @atomicfinance/types
## 3.5.0
### Minor Changes
- fb279b7: Update dependencies for Node LTS and fix payout index edge cases
## 3.4.7

@@ -4,0 +10,0 @@

2

dist/bitcoin.d.ts

@@ -60,3 +60,3 @@ /// <reference types="node" />

}
export declare type AddressTxCounts = {
export type AddressTxCounts = {
[index: string]: number;

@@ -63,0 +63,0 @@ };

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

@@ -42,3 +42,3 @@ import { Transaction } from './bitcoin';

}
export declare type AddressGrouping = string[][];
export type AddressGrouping = string[][];
export interface ReceivedByAddress {

@@ -45,0 +45,0 @@ involvesWatchonly: boolean;

{
"name": "@atomicfinance/types",
"umdName": "Types",
"version": "3.4.7",
"version": "3.5.0",
"description": "Bitcoin Abstraction Layer Types",

@@ -6,0 +6,0 @@ "author": "Atomic Finance <info@atomic.finance>",

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