You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@xmpp/xml

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xmpp/xml

XMPP XML for JavaScript

0.3.0
npm
Version published
Weekly downloads
17K
8.44%
Maintainers
1
Weekly downloads
 
Created
Source

XML

XMPP XML for JavaScript.

Install

npm install @xmpp/xml

Usage

const xml = require('@xmpp/xml')

const body = '  hello  '
const stanza = xml`
  <message>
    <body>${body}</body>
  </message>
`
console.log(stanza.toString())
// <message><body>  hello  </body></message>

Keywords

XMPP

FAQs

Package last updated on 13 Sep 2017

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