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

remixml-dom

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remixml-dom

Remixml component that renders to DOM in browsers

  • 6.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

Remixml to DOM rendering

NPM version Downloads Rate on Openbase

Remixml component that renders directly to the DOM in browsers.

Uses the regular Javascript DOM-API and therefore is not limited by the pseudo-smart parsing rules that the browser HTML parser imposes, i.e. it allows the creation of arbitrary DOM structures.

Requirements

It runs inside any webbrowser environment.

If the browser enforces trusted-types, add the remixml policy; e.g. through an HTTP header like: Content-Security-Policy: trusted-types remixml;

Reference documentation

  • Remixmldom.abstract2dom(abstract, node?)
    Converts a DOM abstract into DOM nodes. If the optional node argument is specified, it replaces the children of node with the content described in DOM abstract. Returns node if specified, or the new nodes.

References

Card-carrying member of the zerodeps movement.

Keywords

FAQs

Package last updated on 30 Mar 2022

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