
Security News
libxml2 Maintainer Ends Embargoed Vulnerability Reports, Citing Unsustainable Burden
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
typographic-apostrophes-for-possessive-plurals
Advanced tools
Make sure they’re curly and point downward even for possessive plurals
Make sure they’re curly and point downward even for possessive plurals
Micro module to help eliminate one of the bad typewriter habits.
npm install --save typographic-apostrophes-for-possessive-plurals
This module gives you typographic apostrophes for posessive plurals and only. Because it’s impossible to distinguish apostrophes from single closing quote, I asume zero closing quotes in input text, so it's safe to make "s' "→"s’ "
replacement. To achieve zero closing quotes in input use apostrophes and quotes typographic modules before this one.
var apostrophesForPlurals = require('typographic-apostrophes-for-possessive-plurals');
apostrophesForPlurals(`My sisters' friends' investments`);
// My sisters’ friends’ investments
Check complex usage with real world examples in typography playground.
MIT © Vladimir Starkov
FAQs
Make sure they’re curly and point downward even for possessive plurals
The npm package typographic-apostrophes-for-possessive-plurals receives a total of 6,087 weekly downloads. As such, typographic-apostrophes-for-possessive-plurals popularity was classified as popular.
We found that typographic-apostrophes-for-possessive-plurals 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
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
Research
Security News
Socket investigates hidden protestware in npm packages that blocks user interaction and plays the Ukrainian anthem for Russian-language visitors.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.