Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
french-h-muet-aspire
Advanced tools
A very simple Node.js module that checks if a French word starting with a h letter is "aspiré" or "muet". For instance hérisson is "aspiré" while homme is "muet".
It is a list with a few helper functions.
npm install french-h-muet-aspire
var haspire = require('french-h-muet-aspire');
// the full list
console.log(haspire.getCompleteList());
// some clever functions
const test = 'hérissonne';
console.log(`dans "${test}" le h est aspiré ? ${haspire.isHAspire(test)}`);
Based on https://en.wikipedia.org/wiki/Aspirated_h. The derived resource resources_pub\haspire.json
remains under CC BY-SA 3.0.
FAQs
List of French words that are 'aspiré' (vs. 'muet')
The npm package french-h-muet-aspire receives a total of 2 weekly downloads. As such, french-h-muet-aspire popularity was classified as not popular.
We found that french-h-muet-aspire 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.