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

@atomiqlabs/base

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomiqlabs/base - npm Package Compare versions

Comparing version

to
7.2.1

1

dist/btcrelay/rpc/BitcoinRpc.d.ts

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

confirmations: number;
vsize: number;
txid: string;

@@ -26,0 +27,0 @@ hex: string;

2

package.json
{
"name": "@atomiqlabs/base",
"version": "7.2.0",
"version": "7.2.1",
"description": "Base classes and interfaces for atomiq protocol",

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

@@ -27,4 +27,5 @@ import {BtcBlock} from "../types/BtcBlock";

confirmations: number,
vsize: number,
txid: string,
hex: string
hex: string,

@@ -31,0 +32,0 @@ outs: BtcVout[],