Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
docpad-plugin-iconmonstrtipsy
Advanced tools
Eco iconmonstr SVG icons as functions for Docpad via getBlock() codes, plus a tooltip argument!
Function:
getIconmonstrTipsyBlock(iconName
,'iconId,
iconClass,
tipsy`)
Real world example:
<%- @getIconmonstrTipsyBlock('globe','iconmonstr-head-id','cool-class','data-placement="right" data-content="Some more content here. This is my second tooltip."') %>
Have the following in your /scripts/script.js
file or in it's own YUI javascript file:
YUI({
gallery: 'gallery-2013.03.27-22-06'
}).use('gallery-tipsy','gallery-popover', function (Y) {
//Y.Popover is loaded and good to go.
var tipsy = new Y.Tipsy({
selector: "[rel='tipsy']"
});
tipsy.render();
});
YUI 3 is a dependency for this plugin so no need to also load YUI as a script in docpad.coffee
's scripts: []
or otherwise.
FAQs
Eco iconmonstr SVG icons as functions for Docpad via getBlock() codes, plus a tooltip argument!
The npm package docpad-plugin-iconmonstrtipsy receives a total of 1 weekly downloads. As such, docpad-plugin-iconmonstrtipsy popularity was classified as not popular.
We found that docpad-plugin-iconmonstrtipsy 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
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.