New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

lighterjs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lighterjs

A light weight and class based vanilla JS UI framework, with Component, Router, and State handling.

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

Lighter JS

A light weight and class based vanilla JS UI framework, with Component, Router, and State handling.

Install

yarn add lighterjs -d

Component example

...
<body>
  <div id="root"></div>
</body>
...
import { Component } from 'lighterjs';

const appRoot = new Component({ attachId: 'root', text: 'Hello world!" });
appRoot.draw();
// Renders the text "Hello world!" on the page.

Keywords

UI

FAQs

Package last updated on 21 Apr 2023

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