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

@likec4/core

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@likec4/core - npm Package Versions

1
13

1.0.0-next.11

Diff

Changelog

Source

1.0.0-next.11 (2024-04-11)

PRE-RELEASE

Features

  • webcomponents (df430f0)
davydkov
published 1.0.0-next.10 •

Changelog

Source

1.0.0-next.10 (2024-04-02)

Working on pre-release

davydkov
published 1.0.0-next.2 •

Changelog

Source

1.0.0-next.2 (2024-03-31)

Working on pre-release

davydkov
published 1.0.0-next.1 •

Changelog

Source

1.0.0-next.1 (2024-03-29)

Working on pre-release

davydkov
published 1.0.0-next.0 •

Changelog

Source

1.0.0-next.0 (2024-03-29)

Working on pre-release

davydkov
published 0.60.3 •

Changelog

Source

0.60.3 (2024-03-28)

Bug Fixes

  • layout: "fake" a node icon with a blue square to preserve space for real icons, see #577 (23b0881)
davydkov
published 0.60.2 •

Changelog

Source

0.60.2 (2024-03-26)

@mcpride reported that likec4 export png ... timed out sometimes (see #634)

As a temporary workaround, now cli has the option to configure max attempts (retries) and set timeout. Or even ignore failures,

Options:
  -i, --ignore        continue if some views failed to export                            [boolean] [default: false]
  -t, --timeout       (ms) timeout for playwright operations                              [number] [default: 15000]
      --max-attempts  (number) if export failed, retry N times                                [number] [default: 4]

Example:

$ likec4 export png -o ./assets -i --max-attempts 3 -t 5000

LikeC4 sets default playwright timeout to 5sec, retries exporting failed views 3 times, and ignores these failures anyway (if there are any successful exports).

davydkov
published 0.60.1 •

Changelog

Source

0.60.1 (2024-03-22)

Bug Fixes

  • cli: -v returns undefined #615
  • cli: reuse playwright page for screenshots (#635) (f07c61b), closes #634,
  • deps: update dependency playwright-core to v1.42.1 (#636) (48d7ef4)
davydkov
published 0.60.0 •

Changelog

Source

0.60.0 (2024-03-10)

🚀 Features

  • Relations with container elements #530
    Relations with container elements were always used to layout diagrams but were not shown as they sometimes looked quite weird. While solving #614 it was figured out:
    • Sometimes, Graphviz fails to "group" more than 5 nodes (or some extra heuristics required)
    • Relations with containers look much better without hard minlen
    • Results from Graphviz WASM and its binary version can be significantly different

Compare results by starting two CLIs (with and without --use-dot-bin)

Bug Fixes

  • decrease the number of nodes to group 7 -> 5, closes #614
davydkov
published 0.58.0 •

Changelog

Source

0.58.0 (2024-03-08)

🚀 Features

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