npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

jstransformer-cdata

1.0.0

@timothygu

npmHomeRepoSnykSocket
Downloads:1136
$ npm install jstransformer-cdata
DailyWeeklyMonthlyYearly

jstransformer-foo

JSTransformer that converts a string to an XML CDATA.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-cdata

API

var cdata = require('jstransformer')(require('jstransformer-cdata'))

cdata.render('hello world').body
//=> '<![CDATA[hello world]]>'

// ']]>' is properly escaped:
cdata.render('<[[goodbye world]]>').body
//=> '<![CDATA[<[[goodbye world]]]]><![CDATA[>]]>'

License

MIT