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

postxml-remove

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postxml-remove

PostXML plugin that remove elements by query selectors.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

postxml-remove

npm version

PostXML plugin that remove elements by query selectors.

Installation

npm i postxml-remove --save-dev

Usage

Postxml

Options

selector

Query selector for removing
Type: String
Default: ''

Example

Input

<body>
	<div class="remove"></div>
</body>

Options

{
	selector: 'div.remove'
}

Output

<body>
</body>

Licence

MIT

Keywords

html

FAQs

Package last updated on 22 Oct 2015

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