Socket
Book a DemoInstallSign in
Socket

broccolify

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccolify

Browserify plugin for Broccoli

latest
Source
npmnpm
Version
0.1.5
Version published
Maintainers
2
Created
Source

broccolify

Use require('modules') in the browser with browersify and broccoli

Install

npm install --save-dev broccolify

Example

var browserify = require('broccolify');
tree = browserify(tree, options);

API

browserify(tree, options)

  • tree: A broccoli tree or a directory path as a string

####Options

Changelog

0.1.0

  • Updated to use broccoli-writer instead of deprecated broccoli-transform (thanks mjijackson)
  • Added require option to call browserify.require()
  • Improved Readme file

0.0.1

  • Initial release

Contributors

License

MIT © Gareth Andrew

Keywords

broccoli-plugin

FAQs

Package last updated on 26 Jun 2015

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