This website requires JavaScript.
Explore
Help
Sign in
hamcha
/
octo-deno
Watch
1
Star
0
Fork
You've already forked octo-deno
0
Code
Issues
Pull requests
Releases
Wiki
Activity
Deno mini-port of @mozillasecurity/octo
36
commits
1
branch
0
tags
1.1
MiB
TypeScript
100%
91f0cbf6c4
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Jesse Schwartzentruber
91f0cbf6c4
Fix some uses of random.index instead of random.item
2017-04-10 13:37:32 -04:00
logging
Add console logger
2017-04-07 16:16:59 +02:00
make
Initialize "make" directory with "colors.js" module
2017-04-06 21:51:04 +02:00
random
Fix some uses of random.index instead of random.item
2017-04-10 13:37:32 -04:00
tests
Add temporary unit-test functions for random.js
2017-04-07 17:06:59 +02:00
.gitignore
Add .gitignore
2017-04-06 12:49:34 +02:00
.jshintrc
Updated jshint to be aware of globals "Random" and "make"
2017-04-06 21:49:07 +02:00
.travis.yml
Only run tests for master branch.
2017-04-07 15:56:45 +02:00
README.md
Update README.md
2017-04-07 17:08:49 +02:00
README.md
A fuzzing framework for JavaScript
This is WIP.