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

@blockfrost/blockfrost-utils

Package Overview
Dependencies
Maintainers
3
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockfrost/blockfrost-utils - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1-beta.0

lib/cip68.d.ts

3

lib/index.d.ts

@@ -5,3 +5,4 @@ import * as validation from './validation';

import * as cardano from './cardano';
import * as cip68 from './cip68';
export { MetricsCollector } from './metrics-collector';
export { validation, fastify, pagination, cardano };
export { validation, fastify, pagination, cardano, cip68 };

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.cardano = exports.pagination = exports.fastify = exports.validation = exports.MetricsCollector = void 0;
exports.cip68 = exports.cardano = exports.pagination = exports.fastify = exports.validation = exports.MetricsCollector = void 0;
const validation = __importStar(require("./validation"));

@@ -36,3 +36,5 @@ exports.validation = validation;

exports.cardano = cardano;
const cip68 = __importStar(require("./cip68"));
exports.cip68 = cip68;
var metrics_collector_1 = require("./metrics-collector");
Object.defineProperty(exports, "MetricsCollector", { enumerable: true, get: function () { return metrics_collector_1.MetricsCollector; } });
{
"name": "@blockfrost/blockfrost-utils",
"version": "2.0.0",
"version": "2.0.1-beta.0",
"repository": "git@github.com:blockfrost/blockfrost-utils.git",

@@ -22,4 +22,7 @@ "license": "Apache-2.0",

"dependencies": {
"@emurgo/cardano-serialization-lib-nodejs": "^11.0.5",
"@emurgo/cardano-serialization-lib-nodejs": "^11.2.1",
"bech32": "^2.0.0",
"cbor": "^8.1.0",
"crc": "^4.2.0",
"utf-8-validate": "^5.0.10",
"yaml": "^2.1.1"

@@ -29,2 +32,3 @@ },

"@types/node": "^16",
"@types/utf-8-validate": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",

@@ -31,0 +35,0 @@ "@typescript-eslint/parser": "5.27.0",

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