Socket
Book a DemoInstallSign in
Socket

iab-vast-parser

Package Overview
Dependencies
Maintainers
17
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iab-vast-parser

Parses IAB VAST tags into iab-vast-model objects.

1.2.1
latest
Source
npmnpm
Version published
Weekly downloads
771
-9.08%
Maintainers
17
Weekly downloads
 
Created
Source

iab-vast-parser

npm Dependencies Build Status Coverage Status JavaScript Standard Style

Parses IAB VAST tags into iab-vast-model objects.

Usage

import parseVAST from 'iab-vast-parser'

const xmlStr = '<VAST version="3.0">...</VAST>'
const vast = parseVAST(xmlStr)
// ... Do your thing ...

API

parseVAST(xml[, options])

The parameter xml can be either an XML string, or a parsed VAST DOM Document or Element.

Currently, one option is supported: you can pass in a DOMParser instance via the domParser key. If you don't do so, a new DOMParser will be created on the fly.

Maintainers

License

MIT

FAQs

Package last updated on 25 Feb 2021

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.