Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

@shockpkg/plist-dom

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shockpkg/plist-dom

Package for parsing and encoding a plist file

latest
Source
npmnpm
Version
4.0.7
Version published
Weekly downloads
328
22.85%
Maintainers
1
Weekly downloads
 
Created
Source

Plist DOM

Package for parsing and encoding a plist document

npm node

size downloads

main

Overview

Parses and encodes Plist XML documents between a DOM and XML data.

Usage

Basic Usage

import {Plist} from '@shockpkg/plist-dom';

const plist = new Plist();
plist.fromXml(plistXml);
console.log(plist);
console.log(plist.toXml());

Bugs

If you find a bug or have compatibility issues, please open a ticket under issues section for this repository.

License

Copyright (c) 2019-2024 JrMasterModelBuilder

Licensed under the Mozilla Public License, v. 2.0.

If this license does not work for you, feel free to contact me.

Keywords

shockpkg

FAQs

Package last updated on 06 Aug 2024

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