
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
word-kanban
Advanced tools
A simple Kanban-like word book, which is entirely written with Node. The user system is powered by Auth0. All the icons are actually emojis.
And we use Preact stacks for client side.
For demo use, please visit here https://word-kanban.herokuapp.com/.
Clone & Init
$ git clone https://github.com/crispgm/word-kanban.git
$ yarn install
Migrate
$ node_modules/.bin/sequelize db:migrate
Build
$ yarn dev-build
Run
$ GOOGLE_TRANSLATE_API_KEY=your-google-api-key yarn start
Note: You may run without a GOOGLE_TRANSLATE_API_KEY
. However, the hover translation will definitely not work.
Create app
$ heroku create your-app-name
$ heroku git:remote -a your-app-name
Set config vars
$ heroku config:set NPM_CONFIG_PRODUCTION=false
$ heroku config:set GOOGLE_TRANSLATE_API_KEY=your-google-api-key
$ heroku config:set TOKEN_PRIVATE_KEY=your-private-token
Create DB
$ heroku addons:add heroku-postgresql:dev
$ heroku config:set DATABASE_URL=your-database-url
Migrate
$ heroku run bash
$ cd server
$ sequelize db:migrate
MIT License.
Copyright (c) 2018 David Zhang.
FAQs
A Kanban-like word book
The npm package word-kanban receives a total of 0 weekly downloads. As such, word-kanban popularity was classified as not popular.
We found that word-kanban demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.