Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Solves the problem of applying ellipsis (…) on a multi-line block of text at the point it overflows its container. Ellipsis will work in conjuction with CSS column-count if you wish.
Results are best in webkit browsers due to the availability of webkit-line-clamp. For non-webkit browsers FTEllipsis falls back to clamping text and positioning an element over the end of the overflowing line, allowing the developer to style this however they wish.
$ npm install ftellipsis
$ bower install ftellipsis
or download the production version or the development version.
var element = document.getElementById('my-element');
var ellipsis = new Ellipsis(element);
ellipsis.calc();
ellipsis.set();
Requirements:
<p>
s).Unsetting an ellipsis instance removes any styling.
ellipsis.unset();
Destroying an ellipsis instance resets the instance back to it's original state, unsetting internal variables and state.
ellipsis.destroy();
$ npm install
$ npm test
Initialize a new Ellipsis instance with the given element.
Options:
container
A parent container elementreRender
Forces a redraw after ellipsis appliedMeasures the element and finds the overflowing child.
Clamps the overflowing child using the information acquired from #calc().
Unclamps the overflowing child.
Clears any references
The lead developer of FTEllipsis is Wilson Page at FT Labs. All open source code released by FT Labs is licenced under the MIT licence. We welcome comments, feedback and suggestions. Please feel free to raise an issue or pull request. Enjoy...
FAQs
Multi-line ellipsis made possible
The npm package ftellipsis receives a total of 2,753 weekly downloads. As such, ftellipsis popularity was classified as popular.
We found that ftellipsis demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.