1.1.3 • Published 6 years ago

escaya-fuzzer v1.1.3

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Escaya-fuzzer

Fuzz valid ECMAScript with Escaya AST

Features

  • Conforms to the standard ECMAScript® 2021 (ECMA-262 11th Edition) language specification
  • Support for fuzzing of alternative AST's
  • Low memory usage

API

The Escaya-fuzzer fuzz valid ECMAscript code into it's own AST that is close to the ECMAScript® 2021 specs. This can be done with either fuzzScript or fuzzModule.

Example usage:

import { fuzzScript, fuzzModule } from 'escaya-fuzzer';

fuzzModule({ disableWebCompat: true });

fuzzScript();

This is the available options:

OptionDescription
disableWebCompatDisable fuzzing in WebCompat
1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.13

6 years ago

0.0.11

6 years ago

0.0.12

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago