
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@tadevel/wordle
Advanced tools
This is a clone project of the popular word guessing game we all know and love. Made using React, Typescript, and Tailwind.
This is a clone project of the popular word guessing game we all know and love. Made using React, Typescript, and Tailwind.
Clone the repository and perform the following command line actions:
$> cd react-wordle
$> npm install
$> npm run start
$> docker build -t reactle:dev -f docker/Dockerfile .
$> docker run -d -p 3000:3000 --name reactle-dev reactle:dev
Open http://localhost:3000 in browser.
$> docker build --target=prod -t reactle:prod -f docker/Dockerfile .
$> docker run -d -p 80:8080 --name reactle-prod reactle:prod
Open http://localhost in browser.
Want to add one to the list? Just make a pull request or let us know via a comment here
MAX_WORD_LENGTH variable in src/constants/settings.ts to the desired length.WORDS array in src/constants/wordlist.ts to only include words of the new length.VALID_GUESSES array in src/constants/validGuesses.ts arrays to only include words of the new length.REACT_APP_LOCALE_STRING to your localedir="rtl" to the HTML tag\u202E (the unicode right-to-left override character) to the return statement of the inner function in generateEmojiGrid in src/lib/share.tsThis repository includes support for Google Analytics or Plausible Analytics, but, by default, this is disabled.
To enable Google Analytics:
G-XXXXXXXXXX)REACT_APP_GOOGLE_MEASUREMENT_ID=G-XXXXXXXXXXKeep in mind that your region might have legislation about obtaining a user's consent before enabling trackers. This is up to downstream repos to implement.
To enable Plausible Analytics:
example.appREACT_APP_PLAUSIBLE_DOMAIN=example.appFAQs
This is a clone project of the popular word guessing game we all know and love. Made using React, Typescript, and Tailwind.
The npm package @tadevel/wordle receives a total of 21 weekly downloads. As such, @tadevel/wordle popularity was classified as not popular.
We found that @tadevel/wordle demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.