Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ligolang/compact-ligo-ide

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ligolang/compact-ligo-ide - npm Package Compare versions

Comparing version 1.0.2 to 2.0.0

4

package.json
{
"name": "@ligolang/compact-ligo-ide",
"version": "1.0.2",
"version": "2.0.0",
"main": "./lib/index.js",

@@ -26,2 +26,3 @@ "scripts": {

"@babel/preset-typescript": "^7.8.3",
"@types/node": "^13.9.5",
"@types/react": "^16.9.23",

@@ -45,2 +46,3 @@ "@types/react-dom": "^16.9.5",

"@types/styled-theming": "^2.2.2",
"axios": "^0.19.2",
"monaco-editor": "npm:@ligolang/monaco-editor@0.18.1",

@@ -47,0 +49,0 @@ "react-helmet": "^5.2.1",

@@ -1,2 +0,2 @@

A React component for embedding a Ligo code snippets on a page.
A React component for embedding Ligo code snippets on a page.

@@ -34,3 +34,14 @@ # Quick start

</Code>
<Result>{`( list[] , 1 )`}</Result>
<Compile>
<Entrypoint>main</Entrypoint>
</Compile>
<DryRun>
<Entrypoint>main</Entrypoint>
<Parameter>Increment 1</Parameter>
<Storage>0</Storage>
</DryRun>
<Deploy>
<Entrypoint>main</Entrypoint>
<Storage>0</Storage>
</Deploy>
</CompactLigoIde>;

@@ -50,2 +61,14 @@ ```

# Available configuration elements
- `<Code>`
- `<Compile>`
- `<DryRun>`
- `<Deploy>`
- `<EvaluateFunction>`
- `<EvaluateValue>`
- `<Entrypoint>`
- `<Parameter>`
- `<Storage>`
# Contribute

@@ -52,0 +75,0 @@

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