New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

supertransform

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

supertransform

Universal transform for browserify

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

Supertransform

A universal transform for browserify with hot module loading. Based on Pipemaker engine.

Installation

$ npm install superloader

Examples

var Supertransform = require("supertransform");

// Add engines
Supertransform.pipelines.addPipeline("ts");
Supertransform.pipelines.addPipeline("coffee");
Supertransform.pipelines.addPipeline("jbs", "jade>handlebars");

// Example browserify transform
var bundle = require("browserify")("sample.coffee");
bundle.transform(Supertransform).bundle().pipe(process.stdout);

License

MIT

Keywords

browserify

FAQs

Package last updated on 20 Apr 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