mirror of
1
2
Fork 0
A simple FOSS drop-in replacement to Google reCaptcha
Go to file
Frank Lemanschik fc326e85d5 Forgotten 2 files sorry 2020-03-21 12:46:08 +01:00
.vscode Added UI for captcha 2020-03-19 13:05:50 +05:30
dev Added UI for captcha 2020-03-19 13:05:50 +05:30
docs Forgotten 2 files sorry 2020-03-21 12:46:08 +01:00
scripts Current pre1 2020-03-15 09:56:24 +01:00
src Forgotten 2 files sorry 2020-03-21 12:46:08 +01:00
test Readded tsconfig for later use 2020-03-21 09:38:25 +01:00
.gitignore code refactor and remove unused dependencies 2020-03-16 12:54:10 +05:30
.travis.yml added travis and converted to single quotes 2020-03-16 16:51:34 +05:30
LICENSE Initial commit 2020-03-13 16:43:58 +05:30
README.md Merge CJS Build 2020-03-16 09:17:41 +01:00
package-lock.json Remove typescript and add redis. Simple image serving and image verification 2020-03-17 19:21:25 +05:30
package.json Added UI for captcha 2020-03-19 13:05:50 +05:30
rollup.config.js Remove typescript and add redis. Simple image serving and image verification 2020-03-17 19:21:25 +05:30

README.md

TODO

Research --emitDeclarationOnly

Transform the Project to ES6+ and create CJS bundels

  • Adjust package.json to reflect our intend to move to es6 type: module
  • Adjust every js file to use import not require
  • test and run this with node 13+
  • Configure Rollup to create 2 packages 1x esm 1x cjs
  • ship the cjs bundle with devDependency esm bundle and reference that inside the package.json to allow packagers to use it
  • Add Automated Testing via Jenkins.
  • github releases for packages.