
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
jquery.scrolli
Advanced tools
A lightweight plugin to add content indicators on veritcally scrolling content. Usually used to set the top border color if there is content above, and a bottom border color if there is content below.
jquery.scrolli.js
provides simple scroll indicators.
Please see index.html
for an example implementation.
// Add a jQuery collection
$.scrolli.add$List( $scrolling_divs );
// Recalculate scroll indicators. Useful after a window resize.
$.scrolli.recalc$All();
// Remove a jQuery collection
$.scrolli.rm$List( $others_divs );
// Remove all scrolli elements
$.scrolli.reSet();
Scrolli simply adds a class to an element if it is substantially scrolled down (a "top content indicator"), and adds a different class if there is content below the bottom edge of the scroll area (a "bottom content indicator"). The top indicator class is 'scrolli-top-in' and the bottom indicator class is 'scrolli-btm-on'. These are easly changed by modifying the file.
Should work on all browsers supported by jQuery 3.
2016 Michael S. Mikowski (mike[dot]mikowski[at]gmail[dotcom])
MIT
FAQs
A lightweight plugin to add content indicators on veritcally scrolling content. Usually used to set the top border color if there is content above, and a bottom border color if there is content below.
The npm package jquery.scrolli receives a total of 0 weekly downloads. As such, jquery.scrolli popularity was classified as not popular.
We found that jquery.scrolli 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.