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

@synonymdev/blocktank-lsp-http-client

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@synonymdev/blocktank-lsp-http-client - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

CHANGELOG.md
# Changelog
## 0.2.1 - 28.07.2023
- (enhance) Changed default baseUrl of BlocktankClient to `https://blocktank.synonym.to/api/v2`.
## 0.2.0 - 28.07.2023

@@ -4,0 +8,0 @@

4

dist/BlocktankClient.js

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

_baseUrl;
constructor(_baseUrl = 'https://blocktank.synonym.to/') {
constructor(_baseUrl = 'https://blocktank.synonym.to/api/v2') {
this._baseUrl = _baseUrl;

@@ -36,3 +36,3 @@ }

}
return url + 'api/v2';
return url;
}

@@ -39,0 +39,0 @@ async wrapErrorHandler(message, run) {

{
"name": "@synonymdev/blocktank-lsp-http-client",
"version": "0.2.0",
"version": "0.2.1",
"description": "Blocktank Http Api Client",

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

import {BlocktankClient} from './BlocktankClient'
jest.setTimeout(30000)
const serviceUrl = 'http://127.0.0.1:9000/'
const serviceUrl = 'http://127.0.0.1:9000/api'

@@ -6,0 +6,0 @@ describe('BlocktankClient', () => {

@@ -38,3 +38,3 @@ import axios from 'axios';

export class BlocktankClient {
constructor(public _baseUrl: string = 'https://blocktank.synonym.to/') { }
constructor(public _baseUrl: string = 'https://blocktank.synonym.to/api/v2') { }

@@ -46,3 +46,3 @@ get baseUrl(): string {

}
return url + 'api/v2'
return url
}

@@ -49,0 +49,0 @@

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