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

@likec4/generators

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@likec4/generators - npm Package Versions

1
10

0.43.1

Diff

Changelog

Source

0.43.1 (2023-10-29)

Bug Fixes

  • diagrams: better timing for edge onhover (2dec801)
  • vscode: do not fail if source file was removed (96e15ff)
davydkov
published 0.43.0 •

Changelog

Source

0.43.0 (2023-10-29)

🚀 Features

  • diagrams: highlight elements of the hovered edge (7e65b0e)

Bug Fixes

  • language: add validation for incoming and outgoing expressions (b31c1f1)
davydkov
published 0.42.2 •

Changelog

Source

0.42.2 (2023-10-28)

Bug Fixes

  • graph: handle -> .. -> expressions (c7fb33e)
  • layouts: haveNoOtherEdges condition should be only for root (095c4ac)
davydkov
published 0.42.1 •

Changelog

Source

0.42.1 (2023-10-26)

Bug Fixes

  • cli: wrong vite entrypoint when embeded (4f43536)
davydkov
published 0.42.0 •

Changelog

Source

0.42.0 (2023-10-26)

🚀 Features

  • cli: export to PNG from preview (6996184)
davydkov
published 0.41.0 •

Changelog

Source

0.41.0 (2023-10-25)

🚀 Features

  • diagrams: relationship kinds by @MoBoo (#342)
    Docs

    Relationship kinds allow you to express different types of relations in a model and customize styling.

    Example:

    specification {
      relationship async {
        color amber
        line dotted
        head diamond
      }
    }
    model {
      service1 -[async]-> service2
    }
    
  • cli: new CLI and preview mode

    Try this in folder with your *.c4 files

    npx likec4 serve
    

    Documentation is updating... 👷

  • cli: export to static website

    npx likec4 build -o dist
    
  • cli: Scaffold projects with npm create likec4 (ef7cf93)

  • diagrams: dashed relationships by default (3593d71)

Bug Fixes

  • diagrams: don't animate element if animation is disabled (b039602)
  • likec4: responsive embeds (c8b187d)
  • likec4: use deviceScaleFactor = 2 (ad8099a)
  • likec4: use window size for export/embed (a0b3d6b)
  • remove redundant implicit edges (4a8daaf)
  • use [...] for merged edges (81282e6)
  • vscode launch task loads source maps (c867401)

New Contributors

@MoBoo made their first contribution in #374

davydkov
published 0.40.0 •

Changelog

Source

0.40.0 (2023-10-09)

Features

Bug Fixes

davydkov
published 0.37.1 •

Changelog

Source

0.37.1 (2023-09-16)

Features

  • vscode: "Open source" from element context menu in preview panel (8b19661)
  • vscode: Back button in preview panel

Bug Fixes

  • diagrams: improve contextmenu (487972a)
  • diagrams: use value from hash as initialViewId, if available (2145de6)
  • language: add index view if not present (836a05e)
davydkov
published 0.37.0 •

Changelog

Source

0.37.0 (2023-09-14)

Features

davydkov
published 0.36.0 •

Changelog

Source

0.36.0 (2023-09-12)

Features

  • cli: option to use custom HTML template for exported png (4e7ef2c)
    This allows use custom CSS styling and render additional elements, like View title, description or watermarks.
    Documentation

Bug Fixes

  • language-server: separate elements and tags in specification (#305) (796068f)
  • vscode: improve logging and telemetry (#310) (cd175e2)
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