You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

jstransformer-verbatim

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jstransformer-verbatim

A transformer that acts as a pass-through.

1.1.1
latest
Source
npmnpm
Version published
Weekly downloads
11K
0.58%
Maintainers
6
Weekly downloads
 
Created
Source

jstransformer-verbatim

Transformer that acts as a transparent pass-through, but adds new lines on both ends.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-verbatim

API

var verbatim = require('jstransformer')(require('jstransformer-verbatim'));

verbatim.render('blah').body
//=> 'blah'

License

MIT

Keywords

jstransformer

FAQs

Package last updated on 22 Dec 2016

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