🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@oozcitak/dom

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oozcitak/dom

A modern DOM implementation

latest
Source
npmnpm
Version
3.0.0
Version published
Weekly downloads
8M
-17.03%
Maintainers
1
Weekly downloads
 
Created
Source

DOM

A Javascript implementation of the DOM Living Standard.

License NPM Version

Node.js CI Code Coverage

Version

Current version implements the standard as of commit 57512fa (Last Updated 24 September 2019).

This DOM implementation is for XML documents only.

Installation

npm install @oozcitak/dom

Usage

Create an instance of the DOMImplementation class to construct the DOM tree.

const { DOMImplementation } = require("@oozcitak/dom");

const dom = new DOMImplementation();
const doc = dom.createDocument('ns', 'root');

The module also exports DOMParser and XMLSerializer classes as in the browser.

Keywords

dom

FAQs

Package last updated on 03 Feb 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