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

@marlowe.io/language-core-v1

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marlowe.io/language-core-v1 - npm Package Compare versions

Comparing version 0.2.0-alpha-13 to 0.2.0-alpha-14

6

dist/bundled/esm/playground-v1.js

@@ -37,3 +37,7 @@ function coerceNumber(n) {

};
/**
* @deprecated Use lovelace instead
*/
const ada = { currency_symbol: "", token_name: "" };
const lovelace = { currency_symbol: "", token_name: "" };
const ValueId = function (valueIdentifier) {

@@ -182,2 +186,2 @@ return valueIdentifier;

export { Account, AddValue, Address, AndObs, Assert, AvailableMoney, Bound, Case, Choice, ChoiceId, ChoiceValue, ChoseSomething, Close, Cond, Constant, Deposit, DivValue, FalseObs, If, Let, MulValue, NegValue, NotObs, Notify, OrObs, Party, Pay, Role, SubValue, TimeIntervalEnd, TimeIntervalStart, Token, TrueObs, UseValue, ValueEQ, ValueGE, ValueGT, ValueId, ValueLE, ValueLT, When, ada };
export { Account, AddValue, Address, AndObs, Assert, AvailableMoney, Bound, Case, Choice, ChoiceId, ChoiceValue, ChoseSomething, Close, Cond, Constant, Deposit, DivValue, FalseObs, If, Let, MulValue, NegValue, NotObs, Notify, OrObs, Party, Pay, Role, SubValue, TimeIntervalEnd, TimeIntervalStart, Token, TrueObs, UseValue, ValueEQ, ValueGE, ValueGT, ValueId, ValueLE, ValueLT, When, ada, lovelace };

@@ -7,3 +7,3 @@ /**

import {
Contract, Address, Role, Account, Party, ada, AvailableMoney, Constant,
Contract, Address, Role, Account, Party, ada, lovelace, AvailableMoney, Constant,
NegValue, AddValue, SubValue, MulValue, DivValue, ChoiceValue, TimeIntervalStart,

@@ -32,3 +32,7 @@ TimeIntervalEnd, UseValue, Cond, AndObs, OrObs, NotObs, ChoseSomething,

declare const Token: (currencySymbol: string, tokenName: string) => Token;
/**
* @deprecated Use lovelace instead
*/
export declare const ada: Token;
export declare const lovelace: Token;
type ValueId = string;

@@ -35,0 +39,0 @@ export declare const ValueId: (valueIdentifier: string) => ValueId;

@@ -38,3 +38,7 @@ export { Party, ChoiceId, Token, Case, };

};
/**
* @deprecated Use lovelace instead
*/
export const ada = { currency_symbol: "", token_name: "" };
export const lovelace = { currency_symbol: "", token_name: "" };
export const ValueId = function (valueIdentifier) {

@@ -41,0 +45,0 @@ return valueIdentifier;

2

package.json
{
"name": "@marlowe.io/language-core-v1",
"version": "0.2.0-alpha-13",
"version": "0.2.0-alpha-14",
"description": "Library to manipulate Marlowe Core contracts",

@@ -5,0 +5,0 @@ "repository": "https://github.com/input-output-hk/marlowe-ts-sdk",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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