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

Library to manipulate Marlowe Core contracts

  • 0.2.0-alpha-1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
18
increased by12.5%
Maintainers
2
Weekly downloads
 
Created
Source

Description

This package contains code to work with the version 1 of Marlowe Core.

TODO: PLT-7500 create compatibility API to work with the Playgrounds interface.

Getting started

The @marlowe.io/language-core-v1 package is released as an ESM module and can be used with a modern bundler or imported directly in the browser (without any bundler) as long as you use an import map.

Browser

<html>
  <body>
    <script src="https://cdn.jsdelivr.net/gh/input-output-hk/marlowe-ts-sdk/jsdelivr-npm-importmap.js"></script>
    <script type="module">
      import * as C from "@marlowe.io/language-core-v1";
      console.log("TODO", C);
      debugger;
    </script>
  </body>
</html>

FAQs

Package last updated on 25 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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