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

dolla

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dolla

A light set of helpers for building and manipulating DOM

latest
Source
npmnpm
Version
1.6.0
Version published
Maintainers
1
Created
Source

Dolla

Dolla is a library of javascipt methods that augment existing DOM methods. Dolla is platform-agnotstic, with each method being fully tree-shakeable by any bundler. No dependencies, just helpful methods you can include as you need them.
Documentation

Installation

npm install dolla

Usage

Import only the methods you use.

import {createElement} from 'dolla';

document.body.append(createElement('div', {
    class: 'text-bold',
    style: 'text-decoration: underline',
    content: ['Hello World']
}))

Documentation

Checkout details about each method on dollajs.com

Development

Serve Docs

npm run docs:server

Build Docs

npm run docs:build

Test

npm run test

Release

npm publish

Keywords

dom

FAQs

Package last updated on 05 Mar 2026

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