Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
word-search-game
Advanced tools
Simple application to create and print your word search games using Yaml files.
npm install word-search-game -g
yarn global add word-search-game
Yaml files need to follow this structure:
title: Any title
words:
- Word1
- Word2
- Word3
- ...
word-search-game
, you will get a prompt of Yaml files that reside in the current directory.generated
folder will be created with the word games with .html
format.word-search-game example.yml
word-search-game some-path/example.yml
In this case, generated
folder will be created under some-path
That's it!
I highly recommend to create up to 15 words. This will fit perfectly in a letter
sheet in landscape mode.
This application is a wrapper of this webpage. Config like number of rows and columns can be set at ./lib/default-form-data.js
.
From this Yaml file:
title: Astronomy
words:
- Sun
- Mercury
- Venus
- Earth
- Mars
- Jupiter
- Saturn
- Uranus
- Neptune
- Pluto
- Moon
- Stars
The game will look like this:
If you think this project can be improved, create a PR!
FAQs
Generate a word search game from a Yaml schema.
The npm package word-search-game receives a total of 0 weekly downloads. As such, word-search-game popularity was classified as not popular.
We found that word-search-game 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.