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.1 to 0.12.2

2

dist/BlockbookClient.js

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

async status() {
const url = `${this.url}/api/`;
const url = `${this.url}/api/v2/status`;
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/`;
const url = `${this.url}/api/v2/status`;
return (await request({ url })) as V2.Status;

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

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

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

"dependencies": {
"@altangent/lib-http": "^0.12.1"
"@altangent/lib-http": "^0.12.2"
},
"gitHead": "80f62bd8c0a2e32d02e7ad67d250b0032bf7cf8b",
"gitHead": "f2c516aa1fc281566d6b41142c127a6e5e3f5c36",
"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