
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
morse-code-js
Advanced tools
morse-code-js is a mini javascript library that converts a given text to morse code or a given morse code back to text.
The key is based on the table below.
For a bit of clarity, I
* as dot and - as dash. to seperate the letters and | to seperate words.npm install morse-code-js
const morseCode = require('morse-code-js');
morseCode.morse();
morseCode.string();
morseCode.morseSentence();
morseCode.stringSentence();
| Method | Params |
|---|---|
morse() | Takes a stringText and converts it to a morse code. Letters seperated by . |
string() | Takes an existing morseText and convert it to a readable string |
morseSentence() | Takes a stringSentence and converts it to a morse code. Words seperated by ` |
stringSentence() | Takes a morseSentence and converts it to a string sentence |
FAQs
Encrypt and Decrypt morse codes
We found that morse-code-js 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.