Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
I use the jQuery UI icons in some projects and like the look, but I'm trying to phase out use of jQuery UI, particularly for library elements, where I don't want that heavy interface included. So, this is just icons from jQuery UI in a simple-to-use format.
<script src="https://unpkg.com/icons-cl/dist/icons-cl.js"></script>
<!-- or -->
<script src="https://unpkg.com/icons-cl/dist/icons-cl.min.js"></script>
npm: npm install icons-cl --save
The library consists of only the single .js file icons-cl.js or the minimized version icons-cl.min.js. The icon images and style sheets are included in the .js file.
The icons are 16x16 pixels.
To present the trash can icon, use this HTML:
<span class="icons-cl icons-cl-trash"></span>
Content in the span will be ignored.
Copyright 2018 Michigan States University
Cirsim is released under the MIT license. Image is Copyright jQuery Foundation.
Written and maintained by Charles B. Owen
FAQs
Easy to use icon library
We found that icons-cl 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.