
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.
Content Grabbing Made Easy!
Crabber allows you to quickly grab content from external websites into a container specified by you.
http://gggordon.github.io/Crabber/
| jQuery > 1.11
Use npm
npm install --save crabber
Use bower
bower install --save crabber
or Download minified script and stylesheet from GitHub
https://raw.githubusercontent.com/gggordon/Crabber/master/crabber.js
https://raw.githubusercontent.com/gggordon/Crabber/master/crabber.css
Then Include in html file
<script type="text/javascript" src="crabber.min.js"></script>
You may then include the default stylesheet, feel free to add your own styles
<link rel="stylesheet" type="text/javascript" href="crabber.css" />
<script type="text/javascript">
var options = {
appendContent:true, //append new content to end of html element. Optional. Defaults to true
descWordCount:25, //Max word count in description. Optional. Defaults to 20
viewNode:'.selector' //jquery selector/html node to display grabbed content in. Optional. Defaults to creating new node
};
$('#myTextNode').crabber(options);
</script>
Enjoy this project and if you have any issues feel free to state them here on github or contribute.
FAQs
Grabs Content of External Links Posted
We found that crabber 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.