
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
maglove-widgets
Advanced tools
Riot Widgets used for MagLoft TypeLoft Editor.
maglove-widgets is a rendering library for widgets created with the TypeLoft 2.0 Editor.
It is using webcomponents using riot.js
(e.g. <container-widget ...>
) to create self-contained widgets that encapsulate UI and functionality of widgets.
<!DOCTYPE html>
<html>
<head>
<script type="module">
import widgets from './widgets.js'
widgets.mount(document.querySelector("page-widget"))
</script>
</head>
<body>
<page-widget widget>
<paragraph-widget>Lorem Ipsum</paragraph-widget>
</page-widget>
</body>
</html>
$ yarn install
# build, watch
(for developing the widget as a linked npm package)
$ yarn watch
# build, watch and start development server on 127.0.0.1:8080
(for developing the widget by itself)
$ yarn serve
# create distribution files in `dist/widgets.js`
$ yarn build
# lint javascript source files
$ yarn lint
FAQs
Riot Widgets used for MagLoft TypeLoft Editor
We found that maglove-widgets demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.