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

@blockfrost/blockfrost-js

Package Overview
Dependencies
Maintainers
0
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 5.6.0-beta.0 to 5.6.0-beta.1

2

lib/BlockFrostIPFS.js

@@ -23,2 +23,4 @@ "use strict";

this.apiUrl = `${apiBase}/v${this.options.version}`;
this.apiUrl =
this.options?.customBackend || `${apiBase}/v${this.options.version}`;
this.userAgent =

@@ -25,0 +27,0 @@ options?.userAgent ?? `${packageJson.name}@${packageJson.version}`;

2

package.json
{
"name": "@blockfrost/blockfrost-js",
"version": "5.6.0-beta.0",
"version": "5.6.0-beta.1",
"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