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

@blockfrost/blockfrost-js

Package Overview
Dependencies
Maintainers
2
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockfrost/blockfrost-js - npm Package Compare versions

Comparing version 3.0.0-beta.7 to 3.0.0-beta.8

2

lib/endpoints/api/addresses/index.js

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

return new Promise((resolve, reject) => {
this.instance(`addresses/${address}/s`)
this.instance(`addresses/${address}`)
.then(resp => {

@@ -11,0 +11,0 @@ resolve(resp.body);

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

version: options.version || config_1.DEFAULT_API_VERSION,
http2: (_b = options.http2) !== null && _b !== void 0 ? _b : true,
http2: (_b = options.http2) !== null && _b !== void 0 ? _b : false,
// see: https://github.com/sindresorhus/got/blob/main/documentation/7-retry.md#retry

@@ -31,0 +31,0 @@ retrySettings: options.retrySettings,

{
"name": "@blockfrost/blockfrost-js",
"version": "3.0.0-beta.7",
"version": "3.0.0-beta.8",
"description": "A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API",

@@ -5,0 +5,0 @@ "keywords": [

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