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

@meshsdk/core

Package Overview
Dependencies
Maintainers
2
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meshsdk/core - npm Package Compare versions

Comparing version 1.5.11-beta.5 to 1.5.11-beta.6

1

dist/transaction/meshTxBuilder/meshTxBuilderCore.d.ts

@@ -259,3 +259,2 @@ import { Action, Asset, Data, LanguageVersion, Protocol, UTxO } from '@mesh/common/types';

private makePlutusScriptSource;
protected removeDuplicateInputs: () => void;
private addAllInputs;

@@ -262,0 +261,0 @@ private addTxIn;

4

dist/transaction/transaction.service.d.ts

@@ -18,2 +18,4 @@ import { IInitiator } from '@mesh/common/contracts';

constructor(options?: Partial<CreateTxOptions>);
static attachMetadata(cborTx: string, cborTxMetadata: string, era?: Era): string;
static deattachMetadata(cborTx: string): string;
static maskMetadata(cborTx: string, era?: Era): string;

@@ -31,3 +33,3 @@ static readMetadata(cborTx: string): string;

script: PlutusScript | UTxO;
datum: Data | UTxO;
datum?: Data | UTxO;
redeemer?: Action;

@@ -34,0 +36,0 @@ }): Transaction;

@@ -6,3 +6,3 @@ {

"author": "MeshJS",
"version": "1.5.11-beta.5",
"version": "1.5.11-beta.6",
"license": "Apache-2.0",

@@ -9,0 +9,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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