
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
mk-pullfresh
Advanced tools
Pull to refresh jQuery plugin for mobile and desktop with CSS animation. Extremely simple usage. Asynchronous stop. Fully customizable. Material design included.
Include script and style sheet into your page:
<script src="path/to/plugin/mk-pullfresh.min.js" type="text/javascript"></script>
<link href="path/to/plugin/mk-pullfresh.min.css" rel="stylesheet">
Initialize mkPullFresh on element you want to pull by one of the ways:
// no args, pending state will be 1 second long
$('.pulled').mkPullFresh();
// with refresh callback with one arg 'end' - function to stop pending when you need.
$('.pulled').mkPullFresh(function(end){
// some code, may be async
...
end(); // stop pending state of pull indicator
});
// with options. Refresh function can be passed as 'refresh' parameter
$('.pulled').mkPullFresh(options);
// both refresh function and options given
$('.pulled').mkPullFresh(refresh,options);
FAQs
Pull to Refresh jQuery plugin
We found that mk-pullfresh 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.