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

4

lib/endpoints/api/metadata/index.d.ts
import { components } from '../../../types/OpenApi';
import { PaginationOptions } from '../../../types';
import { BlockFrostAPI } from '../../../index';
export declare function metadataTxsLabels(this: BlockFrostAPI, pagination?: PaginationOptions): Promise<components['schemas']['tx_metadata_label_json']>;
export declare function metadataTxsLabel(this: BlockFrostAPI, label: string, pagination?: PaginationOptions): Promise<components['schemas']['tx_metadata_labels']>;
export declare function metadataTxsLabels(this: BlockFrostAPI, pagination?: PaginationOptions): Promise<components['schemas']['tx_metadata_labels']>;
export declare function metadataTxsLabel(this: BlockFrostAPI, label: string, pagination?: PaginationOptions): Promise<components['schemas']['tx_metadata_label_json']>;
export declare function metadataTxsLabelCbor(this: BlockFrostAPI, label: string, pagination?: PaginationOptions): Promise<components['schemas']['tx_metadata_label_cbor']>;
{
"name": "@blockfrost/blockfrost-js",
"version": "2.0.0",
"version": "2.0.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