Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@altangent/lib-blockbook

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@altangent/lib-blockbook - npm Package Compare versions

Comparing version 0.12.3 to 0.12.4

2

dist/BlockbookClient.js

@@ -14,3 +14,3 @@ "use strict";

async status() {
const url = `${this.url}/api/v2/status`;
const url = `${this.url}/api`;
return (await (0, lib_http_1.request)({ url }));

@@ -17,0 +17,0 @@ }

@@ -11,3 +11,3 @@ import { request } from "@altangent/lib-http";

public async status(): Promise<V2.Status> {
const url = `${this.url}/api/v2/status`;
const url = `${this.url}/api`;
return (await request({ url })) as V2.Status;

@@ -14,0 +14,0 @@ }

{
"name": "@altangent/lib-blockbook",
"version": "0.12.3",
"version": "0.12.4",
"description": "Basic Blockbook API client",

@@ -27,5 +27,5 @@ "author": "Brian Mancini <bmancini@gmail.com>",

"dependencies": {
"@altangent/lib-http": "^0.12.3"
"@altangent/lib-http": "^0.12.4"
},
"gitHead": "d0eec531630bd4e8f879ab95f37f2e65d31bd465",
"gitHead": "d7d758749abc96dcefe415435d207690523fc20c",
"publishConfig": {

@@ -32,0 +32,0 @@ "access": "public"

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