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.19.1 to 1.19.2

3

dist/builders/transaction.builder.js

@@ -48,5 +48,4 @@ "use strict";

var utxos_1 = require("../utils/utxos");
var SINGLE_SIGN_KEY_BYTE_SAMPLE = "a".repeat(208);
var buildTransactionWitness = function (_a) {
var plutusDatas = _a.plutusDatas, script = _a.script, _b = _a.vkeywitness, vkeywitness = _b === void 0 ? SINGLE_SIGN_KEY_BYTE_SAMPLE : _b, redeemers = _a.redeemers;
var plutusDatas = _a.plutusDatas, script = _a.script, vkeywitness = _a.vkeywitness, redeemers = _a.redeemers;
var mapSize = (script ? 1 : 0) +

@@ -53,0 +52,0 @@ (redeemers ? 1 : 0) +

{
"name": "@mutants/cardano",
"version": "1.19.1",
"version": "1.19.2",
"main": "dist/index.js",

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

@@ -17,4 +17,2 @@ import { Multiasset } from "../utils/assets";

const SINGLE_SIGN_KEY_BYTE_SAMPLE = "a".repeat(208);
export type TransactionOutput = {

@@ -55,3 +53,3 @@ address: string;

script,
vkeywitness = SINGLE_SIGN_KEY_BYTE_SAMPLE,
vkeywitness,
redeemers,

@@ -58,0 +56,0 @@ }: TWitness) => {

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