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.7.0-beta.0 to 5.7.0

22

lib/types/ipfs.d.ts

@@ -1,18 +0,4 @@

type State = 'queued' | 'pinned' | 'unpinned' | 'failed' | 'gc';
export type AddResponse = {
name: string;
ipfs_hash: string;
size: number;
};
export type PinResponse = {
ipfs_hash: string;
state: State;
};
export type ListResponse = {
time_created: number;
time_pinned: number;
ipfs_hash: string;
size: string;
state: State;
};
export {};
import { paths } from '@blockfrost/openapi';
export type PinResponse = paths['/ipfs/pin/add/{IPFS_path}']['post']['responses']['200']['content']['application/json'];
export type AddResponse = paths['/ipfs/add']['post']['responses']['200']['content']['application/json'];
export type ListResponse = paths['/ipfs/pin/list']['get']['responses']['200']['content']['application/json'];

4

package.json
{
"name": "@blockfrost/blockfrost-js",
"version": "5.7.0-beta.0",
"version": "5.7.0",
"description": "A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API",

@@ -30,3 +30,3 @@ "keywords": [

"dependencies": {
"@blockfrost/openapi": "0.1.67",
"@blockfrost/openapi": "0.1.70-beta.0",
"@emurgo/cardano-serialization-lib-nodejs": "^11.5.0",

@@ -33,0 +33,0 @@ "@emurgo/cip14-js": "3.0.1",

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