Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
french-h-muet-aspire
Advanced tools
List of French words that are "aspiré" (vs. "muet")[D[D[D[D[D[D[D[D[D[D[D[D[D[D[D[D[D[D[D[D[D[D[D[D[D[D[D[D[D[Dstarting with a h that is "aspiré" vs "muet"
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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
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.