Socket
Socket
Sign inDemoInstall

broccoli-istanbul

Package Overview
Dependencies
58
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    broccoli-istanbul

Broccoli plugin for Istanbul instrumentation


Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Install size
10.3 MB
Created
Weekly downloads
 

Readme

Source

Broccoli-Istanbul

Broccoli plugin for Istanbul instrumentation

Build Status Coveralls Coverage Code Climate Grade

NPM version NPM License

NPM NPM

Coverage Report

Based on broccoli-sass.

Installation

npm install --save-dev broccoli-istanbul

Usage

var IstanbulCompiler = require('broccoli-istanbul');

var outputTree = IstanbulCompiler(inputTrees, inputFile, outputFile, options);
  • inputTrees: An array of trees that act as the include paths for Istanbul.

  • inputFile: Relative path of the main .js file to instrument. Broccoli-Istanbul expects to find this file in the first input tree (inputTrees[0]).

  • outputFile: Relative path of the output file.

  • options: A hash of options for Istanbul. See project website for more information.

Example

var appJs = IstanbulCompiler(['src'], 'app/test.js', 'assets/test.js');

##Third-party libraries

The following third-party libraries are used by this module:

###Dependencies

###Dev-Dependencies

##License

The MIT License

Copyright 2015 Marcel Erz

Keywords

FAQs

Last updated on 08 Mar 2015

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc