Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fuzzur

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

fuzzur

A flexible input fuzzer for tests

  • 0.1.1
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Fuzzur

A fuzzer for testing. This implements mutation fuzzing, in which an expect input is mutated (changed) many times in order to trigger unexpected behavior or crashes.

This is based heavily on the existing Fuzzer by Mapbox.

Install

npm install fuzzur

Usage

Using the fuzzer is simple, in it's most basic forum it can be used thusly.

var fuzzur = require('fuzzur'),
    mutatedData = fuzzur.mutate(/* Some data type */);

Fuzzur supports many data types out of the box: Object, Array, String, Number, Regex. It also supports n recursion levels for Object and Array.

Please see the ./test/ directory for many more examples.

Testing

npm test

Keywords

FAQs

Package last updated on 25 Feb 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc