1.1.3 • Published 5 years ago

escaya-fuzzer v1.1.3

Weekly downloads
1
License
ISC
Repository
github
Last release
5 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

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.13

5 years ago

0.0.11

5 years ago

0.0.12

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago