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 2.0.0 to 2.0.1

2

index.js

@@ -283,3 +283,3 @@ /**

if ( page ) {
params.page = page
params.p = page
}

@@ -286,0 +286,0 @@

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

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

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

#### 2.0.1
* Minor fixes
### Breaking Changes

@@ -557,0 +560,0 @@

@@ -68,4 +68,3 @@ const BlockBee = require('./index')

test('Test fetching Payout list', async (t) => {
const payout = await BlockBee.listPayouts('polygon_matic', '', '', apiKey)
const payout = await BlockBee.listPayouts('bep20_usdt', '', 1, apiKey)
if (payout === null) throw new Error('fail')

@@ -72,0 +71,0 @@ })

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