Socket
Socket
Sign inDemoInstall

fungus

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    fungus

Functional programming utilities written in ES6


Version published
Weekly downloads
25
decreased by-7.41%
Maintainers
1
Install size
918 kB
Created
Weekly downloads
 

Readme

Source

fungus

A functional programming library implemented in ES6.

Build Status
BranchStatusCoverageDependencies
masterMasterCoverage StatusMaster Dependencies
devDevCoverage StatusN/A

Sauce Test Status

Installation and Use

Node

Install using npm install {--save} fungus and include in your project:

var fungus = require('fungus');

Development

Requirements:

  • Node.js v0.10.x
  • Watchman (Optional)

Build Tasks

TaskDescription
makeRuns the default task (make build.commonjs).
make testRuns the test suite. Runs both the test.node and test.browser tasks.
make test.nodeRuns the test suite in a Node environment.
make test.browserRuns the test suite in a browser environment.
make test.coverage.coverallsRuns the test suite in a Node environment, outputting a coverage report and sending it to the Coveralls code coverage tracking service.
make test.coverage.htmlRuns the test suite in a Node environment, outputting a HTML coverage report.
make build.commonjsBuilds the library into ES5-compatible CommonJS modules.
make build.amdBuilds the library into ES5-compatible AMD modules.
make build.scriptBuilds the library into a single, ES5-compatible script file.
make docsBuilds the documentation.
make watchWatch and rebuild the source and documentation on file changes. Runs as a background task via Watchman.
make unwatchStop file watching.

Building

To build the library, run the command listed above.

Testing

To run tests, run the command listed above.

Documentation

To build documentation, run the command listed above. To view the built documentation:

cd .tmp/docs
python -m SimpleHTTPServer
open http://localhost:8000

Keywords

FAQs

Last updated on 07 Sep 2014

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