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

@blockbee/api

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockbee/api - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

index.js

@@ -249,3 +249,3 @@ /**

const response = await BlockBee.#_request(coin, 'payout', {
const response = await BlockBee.#_request(coin, 'payout/request/create', {
value,

@@ -252,0 +252,0 @@ address,

{
"name": "@blockbee/api",
"version": "1.1.0",
"version": "1.1.1",
"description": "BlockBee's Library for NodeJS",

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

@@ -148,1 +148,4 @@ [<img src="https://blockbee.io/static/assets/images/blockbee_logo_nospaces.png" width="300"/>](image.png)

* Minor bugfixes
#### 1.1.1
* Minor bugfixes
const BlockBee = require('./index')
const test = require('node:test')
const apiKey = '' // <- Insert your API Key here to run tests.
const apiKey = '1mzfJHkAf8beGdmGJMhpS9qrm6T9HTcN0foroAGLZQNWzjicMUhP2EgNSM5F1cFY' // <- Insert your API Key here to run tests.

@@ -6,0 +6,0 @@ test('Test requesting supported cryptocurrencies', async (t) => {

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