Security News
UK Officials Consider Banning Ransomware Payments from Public Entities
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
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')
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.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.