
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.
spellfucker
Advanced tools
npm install spellfucker --save
NodeJS
const spellfucker = require('spellfucker');
Browser
<script src='node_modules/spellfucker/build/spellfucker.js' type='text/javascript'></script>
...or use ES6 import
const result = spellfucker('your string of text');
// returns something like "jor stryngue hoph thexd"
Fork the project. The most challenging part is the replacement library. It is suggested to polish the original English version first. The perfect shape of the replacement matrix should look like this:
---------------
|"ck","k","kh"|
|"k","ck","kh"|
|"kh","ck","k"|
---------------
The size of the sample matrix above is N=3. The bigger N is, the better. You get the point.
Source files are in src folder. Please leave the build folder untouched to avoid merge conflicts.
# run a quick test
npm run quicktest
# or run a custom test
node -e 'console.log(require("./src/spellfucker.js")("to test some text"))'
# or run a custom test with debugging
node -e 'console.log(require("./src/spellfucker.js")("division",{debug:3}))'
Contributors
FAQs
Yet another text obfuscator and the biggest enemy of the spellchecker
The npm package spellfucker receives a total of 4 weekly downloads. As such, spellfucker popularity was classified as not popular.
We found that spellfucker 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.

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.