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

cfx-js

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cfx-js

A CARFAX JavaScript library that provides functions to help build more efficient and testable JS applications.

latest
Source
npmnpm
Version
0.2.4
Version published
Weekly downloads
13
550%
Maintainers
1
Weekly downloads
 
Created
Source

cfx.js

A CARFAX JavaScript library that provides functions to help build more efficient and testable JS applications.

Installation

This library can be installed via bower, for browser use

bower install cfx-js

And npm, for use in Node applications, or with Browserify

npm install cfx-js

Usage

To include the code, either

var cfx = require('cfx-js')

or

<script src='bower_components/cfx-js/dist/cfx.js'></script>

At that point, you should have access to the library via the ''cfx'' variable.

Documentation

Documented examples can be found at carfax.github.io/cfx-js

Contact & License Info

Author: CARFAX First-Class Frontend Team
License: MIT

Keywords

carfax

FAQs

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