Socket
Socket
Sign inDemoInstall

@harmoniclabs/blockfrost-pluts

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@harmoniclabs/blockfrost-pluts - npm Package Compare versions

Comparing version 0.1.11-dev2 to 0.1.11-dev3

4

dist/BlockfrostPluts/utils/evaluatePlutusCosts.js

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

function getRealTxRedeemers(tx, response) {
var _a, _b;
var _a, _b, _c, _d;
// if( !isOgmios5EvalTxResponse( response ) ) throw new Error("unexpected response; expected ogmios 5.6 EvalTx response");

@@ -120,4 +120,4 @@ if (!response.result)

console.log("ogmios response", response);
return _getRealTxRedeemers(tx, ogmiosEvalTxResultToPartialTxRdmrs(response.result));
return _getRealTxRedeemers(tx, ogmiosEvalTxResultToPartialTxRdmrs((_d = (_c = response.result) === null || _c === void 0 ? void 0 : _c.EvaluationResult) !== null && _d !== void 0 ? _d : response.result));
}
exports.getRealTxRedeemers = getRealTxRedeemers;
{
"name": "@harmoniclabs/blockfrost-pluts",
"version": "0.1.11-dev2",
"version": "0.1.11-dev3",
"description": "@blockfrost/blockfrost-js extension based on plu-ts types",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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