Socket
Socket
Sign inDemoInstall

uland

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uland

A uhtml based neverland fork


Version published
Weekly downloads
530
decreased by-11.67%
Maintainers
1
Weekly downloads
 
Created
Source

µland

micro-land, is a µhtml take at neverland.

Same API, except the exports are {Component, render, html, svg}, where Component is a function you can use either as new Component(...) or just Component(...) which is the equivalent of neverland default export.

API

The concept is exactly the same as the neverland one, so please go there to know more about this module usage.

Differences

Technically speaking, just the following one:

// neverland
import {neverland, render, html, useState} from 'neverland';

// uland
import {Component, render, html, useState} from 'uland';

The component is a function you can invoke ether via new Component or just Component, as it doesn't matter how you invoke it, it'll return a usable component.

Practically speaking, this module size is ~5K all inclusive, as opposite of ~7.5K.

FAQs

Package last updated on 20 Jun 2020

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