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

karma-parable-preprocessor

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-parable-preprocessor

Karma preprocessor for use with [Parable](https://www.npmjs.com/package/parable). See the [Parable README](https://bitbucket.org/atlassian/parable/src/master/README.md) for more information about the options you can pass to Parable.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Parable Karma Preprocessor

Karma preprocessor for use with Parable. See the Parable README for more information about the options you can pass to Parable.

This documentation is still a work in progress.

Usage

Need to flesh this out a lot, but basically you need to add a preprocessor to your Karma config:

{
    "preprocessors": {
        "src/**/*.+(js|jsx)": ["parable"]
    }
}

FAQs

Package last updated on 21 Jun 2019

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