![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
ls-view-text-count
Advanced tools
Litespeed.js view component that adds a word counter to your input elements.
Litespeed.js view component that adds a word counter to your input elements.
This package is wrapped as a Litespeed.js component. To use it, you need to init a new Litespeed.js project or use an exisiting Litespeed.js project. To learn more about Litespeed.js Javascript web framework got to the official repository.
Install with NPM:
npm install ls-view-text-count
Install with CDN:
<script src="https://cdn.jsdelivr.net/npm/ls-view-text-count"></script>
When input maxlength attribute is defined, the counter will show remaining chars left until the limit is going to be reached. When no maxlength attribute is set, the counter will just count how many word and chars have been written.
Setting with maxlength attribute:
<input type="text" value="Hello World!" maxlength="20" data-ls-text-count />
Result:
<input type="text" value="Hello World!" maxlength="20"><span class="ls-view-text-count">8 / 20</span>
Setting without maxlength attribute:
<input type="text" value="Hello World!" data-ls-text-count />
Output:
<input type="text" value="Hello World!"><span class="ls-view-text-count">2 words and 12 chars</span>
All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
Fork the project, create a feature branch, and send us a pull request.
For security issues, please email security@appwrite.io instead of posting a public issue in GitHub.
The MIT License (MIT) http://www.opensource.org/licenses/mit-license.php
FAQs
Litespeed.js view component that adds a word counter to your input elements.
The npm package ls-view-text-count receives a total of 0 weekly downloads. As such, ls-view-text-count popularity was classified as not popular.
We found that ls-view-text-count 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.