Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

bch-consumer

Package Overview
Dependencies
388
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.1 to 1.4.2

6

lib/bch/index.js

@@ -275,2 +275,3 @@ /*

* - tokenId - (required) string containing token ID
* - updateCache - (optional) Boolean, false by default. If true, server will refresh its mutable data cache.
*

@@ -289,5 +290,6 @@ * @apiExample {js} Example usage:

*/
async getTokenData2 (tokenId) {
async getTokenData2 (tokenId, updateCache = false) {
const body = {
tokenId
tokenId,
updateCache
}

@@ -294,0 +296,0 @@

{
"name": "bch-consumer",
"version": "1.4.1",
"version": "1.4.2",
"description": "A npm JS library for interacting with ipfs-bch-wallet-consumer REST API",

@@ -34,3 +34,3 @@ "main": "index.js",

"dependencies": {
"@psf/bch-js": "6.5.3",
"@psf/bch-js": "6.5.7",
"apidoc": "0.51.0",

@@ -37,0 +37,0 @@ "axios": "0.25.0"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc