Socket
Book a DemoInstallSign in
Socket

parcel-plugin-raw-xml

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parcel-plugin-raw-xml

Parcel plugin for loading the raw content of an xml file as a string

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

parcel-plugin-raw-xml

Parcel plugin for loading the raw content of an xml file as a string

Installation

npm install --save-dev parcel-plugin-raw-xml

Example

  • example.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <example>
      lorem ipsum
    </example>
    
  • index.js

    import xml from './example.xml';
    
    console.log(xml);
    

Keywords

parcel

FAQs

Package last updated on 08 Jul 2018

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