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
1
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.2

1

dist/btcrelay/rpc/BitcoinRpc.d.ts

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

hex: string;
raw: string;
outs: BtcVout[];

@@ -29,0 +30,0 @@ ins: BtcVin[];

2

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

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

@@ -30,2 +30,3 @@ import {BtcBlock} from "../types/BtcBlock";

hex: string,
raw: string,

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