New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

same-stem

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

same-stem

Helper function that checks whether two words have the same stem

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

same-stem

same-stem is a helper package that contains one function, which compares 2 words of the Polish Language and checks whether they have the same stem.

Usage

import sameStem from 'same-stem';

const word1 = 'jabłko';
const word2 = 'jabłkiem';

const result = sameStem(word1, word2);
console.log(result); // true

Keywords

polish

FAQs

Package last updated on 29 Nov 2024

Did you know?

Socket

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.

Install

Related posts