
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.
morph-it-helper
Advanced tools
Helper functions on an included database derived from morph-it (Free Morphological Lexicon for the Italian Language)
morph-it provides an extensive morphological resource for the Italian language. It is dual-licensed free software and can be redistributed it and/or modified under the terms of the under the Creative Commons Attribution ShareAlike 2.0 License and the GNU Lesser General Public License.
morph-it-helper very simple Node.js module that contains:
The derived json files content remains under the same Creative Commons Attribution ShareAlike 2.0 License and the GNU Lesser General Public License licence.
npm install morph-it-helper
let MorphItHelper = require('morph-it-helper').MorphItHelper;
let mih = new MorphItHelper();
// uomo
console.log(mih.getNoun('uomini'));
// antico
console.log(mih.getAdj('antiche'));
The json files are created from morph-it via the createDb script.
Current helpers:
getNoun takes a lemma (string) or flex form (string) of a noun and returns its root. uomini => uomo. null when not found. When it is a past participle, it will not return the lemma (the infinitive verb) but its masculine singular form: educati => educati (and not educare)getAdj takes a lemma (string) or a flex form (string) of an adjective and returns its root. antiche => antico. null when not found.Enrich features.
The code is under Apache 2.0 license.
The derived json files content remains under the same Creative Commons Attribution ShareAlike 2.0 License and the GNU Lesser General Public License licence.
FAQs
Helper functions on an included database derived from morph-it (Free Morphological Lexicon for the Italian Language)
The npm package morph-it-helper receives a total of 70 weekly downloads. As such, morph-it-helper popularity was classified as not popular.
We found that morph-it-helper 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.