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.
read-more-text
Advanced tools
JavaScript module for adding a read more link to text. Supports multiple read more links on the same page. Built with accessibility in mind, works on screen readers and degrades gracefully if JavaScript is turned off.
var ReadMore = require('read-more-text')
var readMore = new ReadMore('#more')
var readMore = new ReadMore('#more', {
openText: 'Read more...', // Opening link text
closeText: 'Show less...', // Closing link text
speed: '1' // Transition speed in seconds
})
Add Markup
<div id="more">
<!-- Hidden text -->
</div>
Link JavaScript and trigger script
<!-- Put this right before the </body> closing tag -->
<script src="read-more-text.js"></script>
<script>
var readMore = new ReadMore('#more')
</script>
Licensed under the MIT Licence
FAQs
Add a read more link to text.
The npm package read-more-text receives a total of 2 weekly downloads. As such, read-more-text popularity was classified as not popular.
We found that read-more-text 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.
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.