
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
A functional programming library implemented in ES6.
Branch | Status | Coverage | Dependencies |
---|---|---|---|
master | ![]() | ||
dev | ![]() | N/A |
Install using npm install {--save} fungus
and include in your project:
var fungus = require('fungus');
Requirements:
Task | Description |
---|---|
make | Runs the default task (make build.commonjs ). |
make test | Runs the test suite. Runs both the test.node and test.browser tasks. |
make test.node | Runs the test suite in a Node environment. |
make test.browser | Runs the test suite in a browser environment. |
make test.coverage.coveralls | Runs the test suite in a Node environment, outputting a coverage report and sending it to the Coveralls code coverage tracking service. |
make test.coverage.html | Runs the test suite in a Node environment, outputting a HTML coverage report. |
make build.commonjs | Builds the library into ES5-compatible CommonJS modules. |
make build.amd | Builds the library into ES5-compatible AMD modules. |
make build.script | Builds the library into a single, ES5-compatible script file. |
make docs | Builds the documentation. |
make watch | Watch and rebuild the source and documentation on file changes. Runs as a background task via Watchman. |
make unwatch | Stop file watching. |
To build the library, run the command listed above.
To run tests, run the command listed above.
To build documentation, run the command listed above. To view the built documentation:
cd .tmp/docs
python -m SimpleHTTPServer
open http://localhost:8000
FAQs
Functional programming utilities written in ES6
We found that fungus demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.