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

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 - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

2

package.json
{
"name": "uland",
"version": "0.3.4",
"version": "0.3.5",
"main": "./cjs/index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -18,3 +18,3 @@ # 🦄 <em>µ</em>land

The concept is exactly the same as the _neverland_ one.
The concept is exactly the same as the _neverland_ one, the `render(...)` accepts a node to render, and either a *component* or a *callback* that returns some content.

@@ -35,3 +35,3 @@ [Live demo](https://codepen.io/WebReflection/pen/dyGvNdg?editors=0010).

// basic example, show two independent counters
render(document.body, html`
render(document.body, () => html`
<div>

@@ -38,0 +38,0 @@ A bounce of counters.<hr>

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