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

@cardano-sdk/blockfrost

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cardano-sdk/blockfrost - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

dist/blockfrostAssetProvider.d.ts

3

dist/index.d.ts
export { WalletProvider } from '@cardano-sdk/core';
export * from './blockfrostProvider';
export * from './blockfrostWalletProvider';
export * from './blockfrostAssetProvider';
export { Options } from '@blockfrost/blockfrost-js/lib/types';
//# sourceMappingURL=index.d.ts.map

@@ -13,3 +13,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./blockfrostProvider"), exports);
__exportStar(require("./blockfrostWalletProvider"), exports);
__exportStar(require("./blockfrostAssetProvider"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@cardano-sdk/blockfrost",
"version": "0.1.7",
"version": "0.1.8",
"description": "Blockfrost provider for Cardano JS SDK",

@@ -20,2 +20,3 @@ "engines": {

"test": "jest -c ./jest.config.js",
"test:e2e": "jest -c ./e2e.jest.config.js",
"coverage": "shx echo No coverage report for this package",

@@ -28,4 +29,4 @@ "prepack": "yarn build"

"dependencies": {
"@blockfrost/blockfrost-js": "^1.3.0",
"@cardano-sdk/core": " 0.1.7"
"@blockfrost/blockfrost-js": "2.0.2",
"@cardano-sdk/core": " 0.1.8"
},

@@ -32,0 +33,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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