Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
docpad-plugin-iconmonstrtipsy
Advanced tools
Eco iconmonstr SVG icons as functions for Docpad via getBlock() codes, plus a tooltip argument!
Install:
docpad install iconmonstrtipsy
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 uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.