New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mutants/cardano

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mutants/cardano - npm Package Compare versions

Comparing version 1.18.3 to 1.18.4

2

dist/builders/transaction.builder.js

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

var buildRedeemer = function (tag, index, plutusData, exUnits) {
if (exUnits === void 0) { exUnits = cbor_1.Cbor.getExUnits(5000000, 2000000000); }
if (exUnits === void 0) { exUnits = cbor_1.Cbor.getExUnits(7000000, 3000000000); }
return "84" + tag + index + scriptData_1.CborScriptData.encode(plutusData).encoded + exUnits;

@@ -83,0 +83,0 @@ };

{
"name": "@mutants/cardano",
"version": "1.18.3",
"version": "1.18.4",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

@@ -82,3 +82,3 @@ import { Multiasset } from "../utils/assets";

plutusData: ScriptData,
exUnits: string = Cbor.getExUnits(5000000, 2000000000)
exUnits: string = Cbor.getExUnits(7000000, 3000000000)
) => {

@@ -85,0 +85,0 @@ return `84${tag}${index}${

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