Socket
Book a DemoInstallSign in
Socket

jstransformer-ractive

Package Overview
Dependencies
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jstransformer-ractive

Ractive.js support for JSTransformers

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
5
Created
Source

jstransformer-ractive

Ractive.js support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-ractive

API

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

ractive.render('<h3>Hello {{name}}!</h3>', {name: 'Alice'}).body
//=> '<h3>Hello Alice!<h3>'

License

MIT

Keywords

jstransformer

FAQs

Package last updated on 13 Nov 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